From fb171c8e651897b5aa1afb22fcbde57cedc3a444 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Sat, 1 Mar 2025 09:43:16 +0100 Subject: [PATCH] switch from __variable__ to in install file --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 512ee70..2cc1541 100755 --- a/scripts/install +++ b/scripts/install @@ -155,7 +155,7 @@ ynh_script_progression "Starting $app's systemd service..." # Start a systemd service ynh_systemctl --service="nginx" --action="reload" -ynh_systemctl --service="php__PHP_VERSION__-fpm" --action="reload" +ynh_systemctl --service="php$php_version-fpm" --action="reload" #================================================= # END OF SCRIPT