From fded6b9898df50281e65a649db94783502834e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 16 Jul 2016 14:03:06 +0200 Subject: [PATCH] [fix] Dot not catch services reloading failures at install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7eeb238..7495038 100644 --- a/scripts/install +++ b/scripts/install @@ -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