From 49a0eba84e100da4b26efc1dfa2a83731dbd6b73 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 18 May 2009 19:19:28 -0400 Subject: [PATCH] Doh, it's sh, not php --- etc/rc.initial | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.initial b/etc/rc.initial index 1d2490d3ac..44f849f551 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