diff --git a/scripts/pi-car-companion-update b/scripts/pi-car-companion-update index b6d8370..79eb60b 100755 --- a/scripts/pi-car-companion-update +++ b/scripts/pi-car-companion-update @@ -185,4 +185,5 @@ fi write_status "success" "Update installed and the companion service is healthy." systemctl try-restart pi-car-companion-network.service || true -systemctl enable --now pi-car-companion-network-observer.service || true +systemctl enable pi-car-companion-network-observer.service || true +systemctl restart pi-car-companion-network-observer.service || true