commit | 7c7a5ce93c68ea154210aa0d3fc88eca67db059b | [log] [tgz] |
---|---|---|
author | vmikes <vlastimil.mikes@tcpcloud.eu> | Tue Mar 08 16:08:42 2016 +0100 |
committer | vmikes <vlastimil.mikes@tcpcloud.eu> | Tue Mar 08 16:08:42 2016 +0100 |
tree | edfdc452e4571fd84e7c54b9785686398fc06090 | |
parent | cada836a258bc76dc0ccd06847e7493a4fdb8316 [diff] |
bash mistake
diff --git a/sensu/files/checks/check_vrouter.sh b/sensu/files/checks/check_vrouter.sh index 483a389..9cb430f 100644 --- a/sensu/files/checks/check_vrouter.sh +++ b/sensu/files/checks/check_vrouter.sh
@@ -15,7 +15,7 @@ check_ok=1 fi -if [ check_ok=1 ]; then +if [ $check_ok = 1 ]; then read -ra contrail_test <<< ${contrail_status[@]#STARTING}