diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-01-09 11:22:04 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-01-09 11:22:04 +0000 |
commit | be560d35e9174d9605eb43cab9c6be9d60e6c653 (patch) | |
tree | f9b23bc6b1d33d4d159eac540fc3cf78bde05595 /certexpiry.sh | |
parent | 65ed4416d6b0e55c54bfa64fbf6cb4176fe43c31 (diff) |
Change comment to reflect it being a file not an array
Diffstat (limited to 'certexpiry.sh')
-rwxr-xr-x | certexpiry.sh | 2 |
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 ==== |