diff --git a/test.sh b/test.sh index 7875abc..ef7115e 100755 --- a/test.sh +++ b/test.sh @@ -27,6 +27,6 @@ CHECK_HOST(){ } -test=$(CHECK_HOST 10.5.10.53) +test=$(CHECK_HOST ${1}) echo $test \ No newline at end of file