From de7a56274ef68d46fad7037c1b2915a2986c897b Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Tue, 29 Jan 2019 13:32:00 +0100 Subject: [PATCH] Update install --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9a7128e..31a326a 100644 --- a/scripts/install +++ b/scripts/install @@ -252,8 +252,6 @@ ynh_add_fpm_config # Set the app as temporarily public for curl call #ynh_app_setting_set $app skipped_uris "/" -# Reload SSOwat config -yunohost app ssowatconf # Reload Nginx systemctl reload nginx @@ -372,6 +370,9 @@ fi systemctl reload nginx +# Reload SSOwat config +yunohost app ssowatconf + #================================================= # Import Yunohost template #=================================================