diff options
Diffstat (limited to 'usr/local')
-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"); } } } |