From eae292d0fc3f7d3f35bd93d2b1d5318aad29c55d Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 5 Feb 2022 14:25:25 +0100 Subject: [PATCH] Fix restore on fresh install --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index b9cd252..5f25e4e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -140,7 +140,7 @@ yunohost service add $app --description="Home Assistant server" --log="$log_file #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action=start +ynh_systemd_action --service_name=$app --action=start --line_match="Home Assistant initialized" --log_path="$log_file" --timeout=3600 #================================================= # GENERIC FINALIZATION