Update test.sh

This commit is contained in:
2019-02-07 14:00:56 -06:00
parent 16f1a431ba
commit d95597c587

View File

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