summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
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