reboot from a stackscript
–
Travis
4 Replies
(sleep 10; shutdown -r -t 0) &
The shell running the StackScript should automatically disown the background job on exit.
-Chris
(sleep 10; shutdown -r -t 0) &
Thanks, turns out I had a typo in the script. Although I ended up using yours and dropping the -t option for more consistency.
–
Travis