summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-18 19:19:28 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-18 19:19:28 -0400
commit49a0eba84e100da4b26efc1dfa2a83731dbd6b73 (patch)
tree45d771ee3073972a33154be732ce87bbcc001ef2 /etc/rc.initial
parent2bc1456bce54940c94cc7a049a49a36b16c06581 (diff)
downloadpfsense-49a0eba84e100da4b26efc1dfa2a83731dbd6b73.zip
pfsense-49a0eba84e100da4b26efc1dfa2a83731dbd6b73.tar.gz
Doh, it's sh, not php
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 1d2490d..44f849f 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -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
OpenPOWER on IntegriCloud