From 59fe3cdfd5f9b6a89c2491ba144e0d922a2253a8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 19 May 2005 23:00:45 +0000 Subject: * Execute firmware upgrade in the background * Reboot again from /etc/rc.firmware, not from the web gui. This can be *dangerous* if the user cancels the update, navigates away from the page, etc. --- etc/rc.firmware | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.firmware') diff --git a/etc/rc.firmware b/etc/rc.firmware index 8b21977..7da6c04 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -112,6 +112,7 @@ upgrade) /sbin/mount -r /cf echo "Done." + /etc/rc.reboot ;; pfSenseupgrade) # wait 5 seconds before beginning @@ -160,6 +161,7 @@ pfSenseupgrade) /sbin/mount -r /cf echo "Done." | logger -p daemon.info -i -t Upgrade + /etc/rc.reboot ;; delta_update) backup_chflags -- cgit v1.1