diff --git a/functions.php b/functions.php
index b7e9a94..a99f26d 100644
--- a/functions.php
+++ b/functions.php
@@ -20,11 +20,9 @@ function check_install() {
$redis->connect($REDIS_HOST);
if ($redis->ping()) {
$members = $redis->sMembers("web_in"); // redis-cli -h redis-server smembers $group
- print_r($members);
$in_progress=0;
foreach ($members as $member) {
- echo substr($member,0,7);
if (substr($member,0,7)=="install") {
$in_progress=$member;
break;
diff --git a/install.html b/install.html
index 1cd2368..26ed8c3 100644
--- a/install.html
+++ b/install.html
@@ -370,7 +370,7 @@
-
+