1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

service php5-fpm restart instead of reload

This commit is contained in:
polytan02 2017-02-15 00:53:08 +00:00
parent fda942e9e4
commit 481732bb23
4 changed files with 4 additions and 4 deletions

View file

@ -101,6 +101,6 @@ sudo chmod 644 $phpfpmconf
# We grant access to admin only
sudo yunohost app addaccess --users=$admin $app
sudo service php5-fpm reload
sudo service php5-fpm restart
sudo service nginx reload
sudo yunohost app ssowatconf

View file

@ -19,7 +19,7 @@ REMOVE_NGINX_CONF # Suppression de la configuration nginx
REMOVE_FPM_CONF # Suppression de la configuration du pool php-fpm
# Reload services after cleaning
sudo service php5-fpm reload
sudo service php5-fpm restart
sudo service nginx reload
# Régénère la configuration de SSOwat

View file

@ -44,6 +44,6 @@ sudo cp -a $backup_dir/php-fpm.conf /etc/php5/fpm/pool.d/$app.conf
sudo yunohost app addaccess --users=$admin $app
# And Reload services
sudo service php5-fpm reload
sudo service php5-fpm restart
sudo service nginx reload

View file

@ -68,6 +68,6 @@ sudo chmod 644 $phpfpmconf
# We grant access to admin only
sudo yunohost app addaccess --users=$admin $app
sudo service php5-fpm reload
sudo service php5-fpm restart
sudo service nginx reload
sudo yunohost app ssowatconf