diff --git a/test.sh b/test.sh index eb3324e..e11dc95 100755 --- a/test.sh +++ b/test.sh @@ -28,6 +28,6 @@ do HOST=${LINE%% *} PORT=${LINE#* } #IFS=" " - echo "${HOST} - ${PORT}" + echo "'${HOST}' - '${PORT}'" done #unset IFS