diff options
author | Colin Smith <colin@pfsense.org> | 2005-05-07 02:40:10 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-05-07 02:40:10 +0000 |
commit | be50139e1e490ac62c5d42be8f9506538c941100 (patch) | |
tree | d8366f7ecbca08a83cc4cd415db75171d32bdd2e | |
parent | ad79bdf5392836e8eac2300753bbf9358d2a71c6 (diff) | |
download | pfsense-be50139e1e490ac62c5d42be8f9506538c941100.zip pfsense-be50139e1e490ac62c5d42be8f9506538c941100.tar.gz |
Fix some typos.
-rwxr-xr-x | usr/local/www/system_firmware.php | 4 |
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"); } } } |