summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-22 03:18:11 +0000
committerColin Smith <colin@pfsense.org>2005-04-22 03:18:11 +0000
commit18b5a4c7646f076e074607465a7a46eb623818b7 (patch)
treee8a3a9d6969eb8d9f2e368282c1d85e308131f14 /usr/local
parentb3d44462f479cb0174dfdd9c33d8bccc31ecc238 (diff)
downloadpfsense-18b5a4c7646f076e074607465a7a46eb623818b7.zip
pfsense-18b5a4c7646f076e074607465a7a46eb623818b7.tar.gz
Check for the actual updater script only (instead of the PHP page itself, which is a bit self-defeating).
Diffstat (limited to 'usr/local')
-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 3032be1..5d59c46 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -223,7 +223,7 @@ if($use_old_checkversion == false) {
$firmwareurl=$g['firmwarebaseurl'];
$firmwarename=$g['firmwarefilename'];
}
- exec("ps -ax | grep firmware_auto | grep -v grep", $upgrade_lock);
+ exec("ps -ax | grep rc.firmware_auto | grep -v grep", $upgrade_lock);
if($upgrade_lock[0] != "") {
$update_status = "An upgrade is already in progress.";
update_output_window($update_status);
OpenPOWER on IntegriCloud