diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 03d0a1144..5ff24b6d9 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -63,5 +63,5 @@ else and echo "This machine will reboot in 5 seconds..." and echo "Press CTRL-C to abort..." and sleep 5 - and systemctl reboot + and systemctl reboot -i end