From a69acbafbd6f1c9dab929649f645135fb9630ed8 Mon Sep 17 00:00:00 2001 From: ewilly Date: Tue, 11 Oct 2016 22:02:17 +0200 Subject: [PATCH] update --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 53460b0..625c45f 100644 --- a/scripts/install +++ b/scripts/install @@ -84,8 +84,8 @@ sudo chmod 644 "$phpfpm_conf" ## set temporary public access ynh_app_setting_set "$app" unprotected_uris "/" ## start app -sudo service nginx reload -sudo yunohost app ssowatconf +sudo service php5-fpm restart || true +sudo service nginx restart || true ## fill the superadmin creation form curl_path=$([ "$path" == "/" ] || echo "$path") sudo curl -k -X POST \