summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-02 21:15:21 -0500
committersullrich <sullrich@pfsense.org>2009-12-02 21:15:21 -0500
commitecae7e91a34e6095f40f200c5ebbe46c1abae28b (patch)
treed96aec4ee5bc21867ebe8404145b5fc0fde1d383 /usr
parente788b01d9ac373a8ea08b3254f645e79c377362f (diff)
downloadpfsense-ecae7e91a34e6095f40f200c5ebbe46c1abae28b.zip
pfsense-ecae7e91a34e6095f40f200c5ebbe46c1abae28b.tar.gz
Unbreak auto ugprade. Resolves #181
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index d1310c7..dca454b 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -196,7 +196,7 @@ if($downloaded_latest_tgz_sha256 <> $upgrade_latest_tgz_sha256) {
} else {
update_output_window("{$g['product_name']} is now upgrading.\\n\\nThe firewall will reboot once the operation is completed.");
echo "\n<script language=\"JavaScript\">document.progressbar.style.visibility='hidden';\n</script>";
- mwexec("/usr/bin/nohup {$external_upgrade_helper_text}");
+ mwexec_bg("/usr/bin/nohup {$external_upgrade_helper_text}");
}
/*
OpenPOWER on IntegriCloud