1
0
Fork 0
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:
Jérôme Lebleu 2016-07-16 14:03:06 +02:00
parent 946fad5957
commit fded6b9898

View file

@ -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