From a2f4751504fcfba65d05acb9194deafb1de39808 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 12:35:06 -0600 Subject: [PATCH] Update test.sh --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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