summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
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