diff --git a/scripts/install b/scripts/install index 9ab3a64..8fd39a7 100755 --- a/scripts/install +++ b/scripts/install @@ -122,7 +122,7 @@ ynh_system_user_create --username=$app #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -ynh_add_systemd_config --service="$app" --template="systemd.service" --others_var="port domain path" +ynh_add_systemd_config --service="$app" --template="systemd.service" --others_var="port domain" #=================================================