Matching labels with installation_info

This commit is contained in:
SKP
2019-06-03 22:30:51 +02:00
committed by kexkey
parent 0f2db2dd37
commit 29b7829c80

View File

@@ -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