mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Doh, it's sh, not php
This commit is contained in:
parent
2bc1456bce
commit
49a0eba84e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user