summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-07 01:47:10 +0000
committerColin Smith <colin@pfsense.org>2005-05-07 01:47:10 +0000
commit7d894a898e68152a40b86e570a9785127a8a2ff3 (patch)
tree6edf71bc7c069e925f9b2c9566937d20571e62b2 /etc/rc.firmware
parentbdfc132538e3d9d1c6f49e7ad3d254090c7e1483 (diff)
downloadpfsense-7d894a898e68152a40b86e570a9785127a8a2ff3.zip
pfsense-7d894a898e68152a40b86e570a9785127a8a2ff3.tar.gz
Don't reboot after a firmware update - this is impractical with the new update structure.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 5a17ac6..a62b100 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -111,9 +111,7 @@ upgrade)
/sbin/umount -f /cf
/sbin/mount -r /cf
- echo "Done - rebooting system..."
-
- /etc/rc.reboot
+ echo "Done."
;;
pfSenseupgrade)
# wait 5 seconds before beginning
@@ -160,8 +158,7 @@ pfSenseupgrade)
/sbin/umount -f /cf
/sbin/mount -r /cf
- echo "Done - rebooting system..." | logger -p daemon.info -i -t Upgrade
- /etc/rc.reboot
+ echo "Done." | logger -p daemon.info -i -t Upgrade
;;
delta_update)
backup_chflags
OpenPOWER on IntegriCloud