From be560d35e9174d9605eb43cab9c6be9d60e6c653 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 9 Jan 2019 11:22:04 +0000 Subject: Change comment to reflect it being a file not an array --- certexpiry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==== -- cgit v1.2.3