mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Update upgrade_homeassistant.sh
This commit is contained in:
parent
d5db922b9d
commit
b3ddc4a044
1 changed files with 1 additions and 0 deletions
|
@ -61,5 +61,6 @@ pip --cache-dir "$data_path/.cache" install --upgrade $app
|
||||||
|
|
||||||
# restart homeassistant systemd service
|
# restart homeassistant systemd service
|
||||||
sudo systemctl restart $app.service
|
sudo systemctl restart $app.service
|
||||||
|
[ ! -z "$DEBUG" ] && log "Last $app service start : $(sudo systemctl status $app.service | grep Started | tail -1)"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue