Doh, it's sh, not php

This commit is contained in:
Scott Ullrich 2009-05-18 19:19:28 -04:00
parent 2bc1456bce
commit 49a0eba84e

View File

@ -4,8 +4,8 @@
if [ -f "/tmp/donotbootup" ]; then
/usr/bin/env prompt="%B[%n@%m]%b%/(%h)||RecoveryConsoleShell: " /bin/tcsh
rm "/tmp/donotbootup"
echo "Rebooting in 5 seconds... CTRL-C to abort...";
sleep(5);
echo "Rebooting in 5 seconds... CTRL-C to abort...
sleep 5
/etc/rc.reboot
exit
fi