summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.firmware_update
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.initial.firmware_update')
-rwxr-xr-xetc/rc.initial.firmware_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update
index 5acfe40..77afa64 100755
--- a/etc/rc.initial.firmware_update
+++ b/etc/rc.initial.firmware_update
@@ -136,7 +136,7 @@ function check_for_kernel_file() {
$selection = strtoupper(chop(fgets($fp)));
switch ($selection) {
case "1":
- touch("/boot/kernel/pfsense_kernel.txt");
+ exec("echo UP > /boot/kernel/pfsense_kernel.txt");
break;
case "2":
exec("echo SMP > /boot/kernel/pfsense_kernel.txt");
OpenPOWER on IntegriCloud