summaryrefslogtreecommitdiff
path: root/certexpiry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'certexpiry.sh')
-rwxr-xr-xcertexpiry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/certexpiry.sh b/certexpiry.sh
index 72ef8f8..d768400 100755
--- a/certexpiry.sh
+++ b/certexpiry.sh
@@ -9,7 +9,7 @@ HOSTSANDPORTS="hostsandports.txt"
# ==== Variables ====
# Loop through all host:port combinations
-while read HOSTANDPORT ; do
+while read -r HOSTANDPORT ; do
# echo "DEBUG: HOSTANDPORT: $HOSTANDPORT."