diff --git a/bin/run-clusters.sh b/bin/run-clusters.sh index 20494b7..a2c6fa0 100755 --- a/bin/run-clusters.sh +++ b/bin/run-clusters.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ -v $CLUSTER_LIST ]; then +if [ -v "$CLUSTER_LIST" ]; then echo Environment variable CLUSTER_LIST is undefined or empty. echo