summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-02-13 18:19:02 +0000
committerErmal <eri@pfsense.org>2013-02-13 18:19:19 +0000
commit22ef0a3d227424fbd6ead5044c933b06cd4f6674 (patch)
tree836f0dfc2b1be7e49f3924261bb415b010136a3b /usr/local/www/system_firmware_auto.php
parent77daff1863acc4ef8055b140f0b94e9bfecf8665 (diff)
downloadpfsense-22ef0a3d227424fbd6ead5044c933b06cd4f6674.zip
pfsense-22ef0a3d227424fbd6ead5044c933b06cd4f6674.tar.gz
mwexec_bg() already uses nohup
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-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 316c7ae..88b42f0 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -237,7 +237,7 @@ if($downloaded_latest_tgz_sha256 <> $upgrade_latest_tgz_sha256) {
} else {
update_output_window($g['product_name'] . " " . gettext("is now upgrading.") . "\\n\\n" . gettext("The firewall will reboot once the operation is completed."));
echo "\n<script language=\"JavaScript\">document.progressbar.style.visibility='hidden';\n</script>";
- mwexec_bg("/usr/bin/nohup {$external_upgrade_helper_text}");
+ mwexec_bg($external_upgrade_helper_text);
}
/*
OpenPOWER on IntegriCloud