From 002282ec72848849a96ce484c56b2863989388e5 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:02:48 -0800 Subject: [PATCH] sanity check --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8808349..0cc663f 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -72,7 +72,7 @@ chromium-browser --noerrdialogs --disable-infobars --kiosk http://localhost EOF echo ">> Done! Rebooting in 5 seconds..." -quiet systemctl status "$SERVICE_NAME" --no-pager -l +quiet systemctl status "$SERVICE_NAME" --no-pager -l || true sleep 5 quiet sudo nohup reboot >/dev/null 2>&1 & exit 0