Update test.sh

This commit is contained in:
2019-02-11 12:35:06 -06:00
parent 7f65c28709
commit a2f4751504

View File

@@ -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