From 34abf5216239853b1066b7cebc75c2469db6d4ad Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 24 Sep 2020 00:05:30 +0200 Subject: [PATCH] No need to reload nginx/php-fpm, the helpers already handle it --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index b4e80cd..b20a680 100644 --- a/scripts/install +++ b/scripts/install @@ -323,14 +323,6 @@ else ynh_systemd_action --service_name=$service_name --action="start" --log_path=systemd #--line_match="Started YunoHost Wifi Hotspot" fi -#================================================= -# RELOAD NGINX AND PHP-FPM -#================================================= -ynh_script_progression --message="Reloading nginx web server..." - -ynh_systemd_action --service_name=php$phpversion-fpm --action=reload -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #=================================================