From e02d54f43531f97bdda365f4f81adf70fd6be641 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 14 Sep 2021 08:12:36 +0200 Subject: [PATCH] Update restore --- scripts/restore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 454c011..4377a08 100644 --- a/scripts/restore +++ b/scripts/restore @@ -69,9 +69,8 @@ chown -R $app:www-data "$final_path" #================================================= # RELOAD NGINX AND PHP-FPM #================================================= -ynh_script_progression --message="Reloading NGINX web server and PHP-FPM..." --weight=1 +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 -ynh_systemd_action --service_name=php$phpversion-fpm --action=reload ynh_systemd_action --service_name=nginx --action=reload #=================================================