clean reboot

This commit is contained in:
Chris Wanstrath 2025-09-26 11:32:07 -07:00
parent dedb19bd81
commit e4d5b693ea

View File

@ -57,4 +57,5 @@ EOF
echo ">> Done! Rebooting!"
systemctl status "$SERVICE_NAME" --no-pager -l
sudo reboot
sudo nohup reboot >/dev/null 2>&1 &
exit 0