mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-20 00:03:50 +01:00
fixed issue #4 (multiple domains per line)
This commit is contained in:
@@ -143,5 +143,5 @@ if [ "${register}" = "1" ]; then
|
||||
fi
|
||||
|
||||
<domains.txt sed 's/^\s*//g;s/\s*$//g' | grep -v '^#' | grep -v '^$' | while read line; do
|
||||
sign_domain "$line"
|
||||
sign_domain $line
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user