Browse Source

[fix] PHP reload not needed anymore

ljf (zamentur) 3 years ago
parent
commit
951ce869a2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/upgrade

+ 0 - 1
scripts/upgrade

@@ -42,7 +42,6 @@ if [ -f /etc/nginx/conf.d/*.d/$app.conf ]; then
 fi
 if [ -f /etc/php/*/fpm/pool.d/$app.conf ]; then
 	ynh_secure_remove /etc/php/*/fpm/pool.d/$app.conf
-    ynh_systemd_action --service_name=php$YNH_DEFAULT_PHP_VERSION-fpm --action=reload
 fi
 
 if [ -d /var/www/$app ]; then