This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
checkssl
mirror of
https://github.com/srvrco/checkssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
4
Wiki
Activity
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
2529207c31
ac4c45791b
commit
b44e1c368f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save