From 13f0237068cb663395e57962d859b6e6f0f7af28 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 31 Jul 2026 21:08:59 +0200 Subject: [PATCH] Restart network observer after updates --- scripts/pi-car-companion-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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