Skip to content

Commit

Permalink
Ubuntu_22.04 - comment out automatic rebooting
Browse files Browse the repository at this point in the history
It messes up the `refresh` command (we don't want to be rebooting after
every refresh).
  • Loading branch information
jan-revay committed Aug 17, 2024
1 parent d507ed7 commit 980c606
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Ubuntu_22.04/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ popd
. configs_install.sh

# todo - is this automatic restart really needed?
echo "INIT SCRIPT FINISHED SUCCESSFULLY, REBOOTING IN 30 SECONDS..."
sleep 30
reboot
# TODO - only restart after the first run
# echo "INIT SCRIPT FINISHED SUCCESSFULLY, REBOOTING IN 30 SECONDS..."
# sleep 30
# reboot

0 comments on commit 980c606

Please sign in to comment.