fixed issue #4 (multiple domains per line)

This commit is contained in:
Lukas Schauer
2015-12-05 22:07:03 +01:00
parent 20e7d9d7a7
commit 6221526df5

View File

@@ -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