diff options
author | Luke Bratch <luke@bratch.co.uk> | 2018-11-21 22:40:53 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2018-11-21 22:40:53 +0000 |
commit | 004608179988a12cffcecfa9981303270d445eff (patch) | |
tree | 67e3b7dfa91c262750767dd1c6f5e47d1d6ff26d /certexpiry.sh | |
parent | 123dd5844901cbfa2abd49cdb21989b7b4c5c296 (diff) |
Spelling correction
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 aa034ba..90c5fd6 100755 --- a/certexpiry.sh +++ b/certexpiry.sh @@ -27,7 +27,7 @@ for HOSTANDPORT in "${HOSTSANDPORTS[@]}" ; do STARTTLS="" if [ "$PORT" = "" ] ; then - # Assume 443 if not port specified + # Assume 443 if no port specified PORT=443 elif [ "$PORT" -eq 25 ] ; then # Assume SMTP STARTTLS if port 25 |