diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-21 02:43:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-21 02:43:39 +0000 |
commit | 1e7ab453c3d30f9f756b8513432bab3d54b66782 (patch) | |
tree | 1b564313b47b7ad17ff59a21c74661a3d29be971 | |
parent | b14db07671aedcd56c4e3f83fca9187ab5a86e39 (diff) | |
download | pfsense-1e7ab453c3d30f9f756b8513432bab3d54b66782.zip pfsense-1e7ab453c3d30f9f756b8513432bab3d54b66782.tar.gz |
Shell rc.reboot
-rwxr-xr-x | etc/rc.firmware | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware index 7da6c04..63395c2 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -112,7 +112,7 @@ upgrade) /sbin/mount -r /cf echo "Done." - /etc/rc.reboot + sh /etc/rc.reboot ;; pfSenseupgrade) # wait 5 seconds before beginning @@ -161,7 +161,7 @@ pfSenseupgrade) /sbin/mount -r /cf echo "Done." | logger -p daemon.info -i -t Upgrade - /etc/rc.reboot + sh /etc/rc.reboot ;; delta_update) backup_chflags |