summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-11-30 11:16:17 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-11-30 11:17:00 -0500
commit7f927cf49e3437601d42da5cd6b9666ec633132f (patch)
treea6e7001d44e6d1d7719294dac8cd1a0621a60a11 /src
parent04fe6f00b82c3ee671b2b955b330458c80c2f049 (diff)
downloadpfsense-7f927cf49e3437601d42da5cd6b9666ec633132f.zip
pfsense-7f927cf49e3437601d42da5cd6b9666ec633132f.tar.gz
Correct "not ready" flag
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 0fcf6ae..2429d49 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -641,7 +641,7 @@ function getLogsStatus() {
// alert("JSON data: " + JSON.stringify(json));
- if (json.log != "not ready") {
+ if (json.log != "not_ready") {
// Write the log file to the "output" textarea
$('#output').html(json.log);
scrollToBottom();
OpenPOWER on IntegriCloud