From 22ef0a3d227424fbd6ead5044c933b06cd4f6674 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 13 Feb 2013 18:19:02 +0000 Subject: mwexec_bg() already uses nohup --- usr/local/www/system_firmware_auto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') 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"; - mwexec_bg("/usr/bin/nohup {$external_upgrade_helper_text}"); + mwexec_bg($external_upgrade_helper_text); } /* -- cgit v1.1