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