From 2974b1b85fd7d44c9836f0fd0f5e507e30289424 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 28 Mar 2022 17:58:30 +0200 Subject: [PATCH] Update restore --- scripts/restore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index 9e8dc87..024bf95 100644 --- a/scripts/restore +++ b/scripts/restore @@ -128,11 +128,10 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap #================================================= # GENERIC FINALIZATION #================================================= -# RELOAD NGINX AND PHP-FPM +# RELOAD NGINX #================================================= -ynh_script_progression --message="Reloading NGINX web server 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 #=================================================