From e4d5b693ea50ad16ab455f0b47e71148584c0bc6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:32:07 -0700 Subject: [PATCH] clean reboot --- app/scripts/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/install.sh b/app/scripts/install.sh index f94531a..d9bfd66 100755 --- a/app/scripts/install.sh +++ b/app/scripts/install.sh @@ -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 \ No newline at end of file