Update test.sh

This commit is contained in:
2019-02-07 14:01:32 -06:00
parent d95597c587
commit df49df291c

View File

@@ -27,7 +27,7 @@ CHECK_HOST(){
}
if [ CHECK_HOST ${1}= "false" ]; then
if [ $(CHECK_HOST ${1}) = "false" ]; then
echo 'host down'
else
echo 'host up'