summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-07 02:40:10 +0000
committerColin Smith <colin@pfsense.org>2005-05-07 02:40:10 +0000
commitbe50139e1e490ac62c5d42be8f9506538c941100 (patch)
treed8366f7ecbca08a83cc4cd415db75171d32bdd2e /usr/local/www/system_firmware.php
parentad79bdf5392836e8eac2300753bbf9358d2a71c6 (diff)
downloadpfsense-be50139e1e490ac62c5d42be8f9506538c941100.zip
pfsense-be50139e1e490ac62c5d42be8f9506538c941100.tar.gz
Fix some typos.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 8a3ace9..4e70bb1 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -94,8 +94,8 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
/* fire up the update script in the background */
touch($d_firmwarelock_path);
$savemsg = "The firmware is now being installed. The firewall will reboot automatically.";
- exec("/etc/rc.firmware pfSenseupgradereboot {$g['tmp_path']}/firmware.tgz");
- exec("/etc/rc.reboot);
+ exec("/etc/rc.firmware pfSenseupgrade {$g['tmp_path']}/firmware.tgz");
+ exec("/etc/rc.reboot");
}
}
}
OpenPOWER on IntegriCloud