summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-01-09 11:22:04 +0000
committerLuke Bratch <luke@bratch.co.uk>2019-01-09 11:22:04 +0000
commitbe560d35e9174d9605eb43cab9c6be9d60e6c653 (patch)
treef9b23bc6b1d33d4d159eac540fc3cf78bde05595
parent65ed4416d6b0e55c54bfa64fbf6cb4176fe43c31 (diff)
Change comment to reflect it being a file not an array
-rwxr-xr-xcertexpiry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/certexpiry.sh b/certexpiry.sh
index d768400..aafd57b 100755
--- a/certexpiry.sh
+++ b/certexpiry.sh
@@ -4,7 +4,7 @@ set -euo pipefail
# ==== Variables ====
# Output warning if fewer than this number of seconds until expiry
WARNSECONDS=1209600 # Two weeks
-# Bash array of host:port combinations to be checked
+# File containing a newline separated list of host:port combinations to be checked
HOSTSANDPORTS="hostsandports.txt"
# ==== Variables ====