summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-18 17:58:18 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-18 17:58:18 -0400
commit7188fc6db5548d66b24859e7252a1a17e2dac7d4 (patch)
treea7df745ef91da739e0a4d10f109152646cf9bee9 /etc/rc.bootup
parent2c7d67ff55d4713b174d18c4e30368a908204824 (diff)
downloadpfsense-7188fc6db5548d66b24859e7252a1a17e2dac7d4.zip
pfsense-7188fc6db5548d66b24859e7252a1a17e2dac7d4.tar.gz
Add missing functions and move check earlier since this only checks on bootup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 91a51bd..d12ef26 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -126,6 +126,9 @@ echo " done.\n";
conf_mount_rw();
+/* check whether config reset is desired (via hardware button on WRAP/ALIX) */
+system_check_reset_button();
+
/* remove previous firmware upgrade if present */
if (file_exists("/root/firmware.tgz"))
unlink("/root/firmware.tgz");
@@ -365,9 +368,6 @@ upnp_start();
/* If powerd is enabled, lets launch it */
activate_powerd();
-/* check whether config reset is desired (via hardware button on WRAP/ALIX) */
-system_check_reset_button();
-
/* done */
unset($g['booting']);
OpenPOWER on IntegriCloud