Update test.sh

This commit is contained in:
2019-02-11 12:34:08 -06:00
parent 7425ae9eb4
commit 00efa7e620

View File

@@ -22,12 +22,12 @@ fi
IFS=$'\n'
#IFS=$'\n'
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