diff --git a/test.sh b/test.sh index e11dc95..fba9274 100755 --- a/test.sh +++ b/test.sh @@ -27,7 +27,7 @@ for LINE in `egrep -v '(^#|^$)' ${FOLDER}/ssl-cert-check/ssldomains` do HOST=${LINE%% *} PORT=${LINE#* } - #IFS=" " + IFS=" " echo "'${HOST}' - '${PORT}'" done -#unset IFS +unset IFS