From 29b7829c8093f80f1e9e68f31a6db030a8406151 Mon Sep 17 00:00:00 2001 From: SKP Date: Mon, 3 Jun 2019 22:30:51 +0200 Subject: [PATCH] Matching labels with installation_info --- cyphernodeconf_docker/templates/installer/testfeatures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyphernodeconf_docker/templates/installer/testfeatures.sh b/cyphernodeconf_docker/templates/installer/testfeatures.sh index 109d2bd..302753a 100644 --- a/cyphernodeconf_docker/templates/installer/testfeatures.sh +++ b/cyphernodeconf_docker/templates/installer/testfeatures.sh @@ -285,7 +285,7 @@ fi # { "name": "lightning", "working":true }, # ] -result="${containers},\"features\":[{\"coreFeature\":true, \"name\":\"cyphernode proxy\",\"working\":true}, {\"coreFeature\":true, \"name\":\"gatekeeper\",\"working\":" +result="${containers},\"features\":[{\"coreFeature\":true, \"name\":\"proxy\",\"working\":true}, {\"coreFeature\":true, \"name\":\"gatekeeper\",\"working\":" status=$(echo "{${containers}}" | jq ".containers[] | select(.name == \"gatekeeper\") | .active") if [ "${status}" = "true" ]; then timeout_feature checkgatekeeper