summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-13 04:32:17 +0000
committerBill Marquette <billm@pfsense.org>2005-08-13 04:32:17 +0000
commit473d34079bf8c479a7b57bd56a1b3754c61d5d9a (patch)
tree6c2faa10a659a10a997fa183be66cc3186fc64c6 /usr/local
parente4296d1183c9c00a3f74f04f0ff118fbeccdf6ed (diff)
downloadpfsense-473d34079bf8c479a7b57bd56a1b3754c61d5d9a.zip
pfsense-473d34079bf8c479a7b57bd56a1b3754c61d5d9a.tar.gz
Remove !
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 99c5754..85d7f87 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -92,7 +92,7 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
/* Check for input errors, firmware locks, warnings, then check for firmware if sig_override is set */
if (!$input_errors && !file_exists($d_firmwarelock_path) && (!$sig_warning || $_POST['sig_override'])) {
- if (!file_exists("{$g['tmp_path']}/firmware.tgz")) {
+ if (file_exists("{$g['tmp_path']}/firmware.tgz")) {
/* fire up the update script in the background */
touch($d_firmwarelock_path);
$savemsg = "The firmware is now being updated. The firewall will reboot automatically.";
OpenPOWER on IntegriCloud