mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Remove unwanted services reload and pauses
This commit is contained in:
parent
b927abb98b
commit
90d3303b28
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue