diff --git a/scripts/install b/scripts/install index 56f8a7b..e9147cc 100644 --- a/scripts/install +++ b/scripts/install @@ -129,10 +129,6 @@ ynh_add_fpm_config # CONFIGURE PIWIGO #================================================= -# Set permissions and reload nginx (needed at this stage for the PHP piwigo installation process) -systemctl reload nginx -sleep 5s -systemctl reload php5-fpm ynh_app_setting_set "$app" unprotected_uris "/" yunohost app ssowatconf diff --git a/scripts/upgrade b/scripts/upgrade index 97d6133..3e72842 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -139,10 +139,6 @@ ynh_add_fpm_config # CONFIGURE PIWIGO #================================================= -# Set permissions and reload nginx (needed at this stage for the PHP piwigo installation process) -systemctl reload nginx -sleep 5s -systemctl reload php5-fpm ynh_app_setting_set "$app" unprotected_uris "/" yunohost app ssowatconf