switch from __variable__ to in install file

This commit is contained in:
Boudewijn 2025-03-01 09:43:16 +01:00
parent 351e4ba985
commit fb171c8e65

View file

@ -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