1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Fix restore on fresh install

This commit is contained in:
ewilly 2022-02-05 14:25:25 +01:00 committed by GitHub
parent 0ea4b46f47
commit eae292d0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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