mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
[fix] Dot not catch services reloading failures at install
This commit is contained in:
parent
946fad5957
commit
fded6b9898
1 changed files with 2 additions and 2 deletions
|
@ -95,5 +95,5 @@ sudo cp ../conf/php-fpm.conf "$phpfpm_conf"
|
|||
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||
|
||||
# Reload services
|
||||
sudo service php5-fpm restart || true
|
||||
sudo service nginx reload || true
|
||||
sudo service php5-fpm restart
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Add table
Reference in a new issue