From fae469cfb1d302d1edd20428c5693c521c85770d Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 25 Nov 2022 23:21:29 +0100 Subject: [PATCH] Typo --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 369ad5a..21e2d1e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -126,7 +126,7 @@ yunohost service add $app --description="Zwave integration in domoticz" --log="/ #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -yunohost service add $app --description="Zwave integration in domoticz" --line_match="Listening on port" -t 30 --log="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --line_match="Listening on port" -t 30 --log_path="/var/log/$app/$app.log" #================================================= # GENERIC FINALIZATION