switch from __variable__ to in install file
This commit is contained in:
parent
351e4ba985
commit
fb171c8e65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue