Browse Source

Merge pull request #10 from froonix/domainfile-with-comments

Enable comments (#) in domainfile
pull/9/merge
serverco 9 years ago
committed by GitHub
parent
commit
b44e1c368f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      checkssl

+ 1
- 1
checkssl View File

@ -277,7 +277,7 @@ fi
# check and inport file if specified on command line
if [ $FILEARG ]; then
if [ -f "$FILE" ]; then
cat "$FILE" >> "$LIST_OF_DOMAINS"
grep -v '^#' "$FILE" >> "$LIST_OF_DOMAINS"
debug "added file $FILE to list of domains"
else
echo "$FILE not found"


Loading…
Cancel
Save