summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
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:16:38 -0500
commit4a140c44525d1f14b224cf1c0aaf8dd8e7b39cdf (patch)
tree9447ebebdc0640bf8f81b6710c0ff6ea4aee5747 /src/usr/local/www/pkg_mgr_install.php
parentb4dd9f25e9f58e642724003a6b01ab3f0006eb85 (diff)
downloadpfsense-4a140c44525d1f14b224cf1c0aaf8dd8e7b39cdf.zip
pfsense-4a140c44525d1f14b224cf1c0aaf8dd8e7b39cdf.tar.gz
Correct "not ready" flag
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-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 a30a735..60d9305 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -619,7 +619,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