From 5d1d0a3745fdeb23d545e00bf87bc10edd2ba612 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 3 Sep 2023 11:59:23 +0200 Subject: [PATCH] More restore fixing.. --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 9b67a70..5bd6d36 100644 --- a/scripts/restore +++ b/scripts/restore @@ -259,7 +259,7 @@ ynh_systemd_action --service_name=pihole-FTL --action=restart --log_path="/var/l #================================================= ynh_script_progression --message="Reloading NGINX web server and PHP-FPM..." --weight=1 -ynh_systemd_action --service_name=php$phpversion-fpm --action=reload +ynh_systemd_action --service_name=php$YNH_PHP_VERSION-fpm --action=reload ynh_systemd_action --service_name=nginx --action=reload #=================================================