sanity check

This commit is contained in:
Chris Wanstrath 2026-02-04 17:02:48 -08:00
parent ae16734708
commit 002282ec72

View File

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