Merge pull request #2497 from pi-hole/fix/adlists.list_not_created

Bugfix for #2354
pull/2502/head
DL6ER 6 years ago committed by GitHub
commit 51218bd1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1132,7 +1132,7 @@ chooseBlocklists() {
# For each choice available,
for choice in ${choices}
do
appendToListsFile choice
appendToListsFile "${choice}"
done
}

Loading…
Cancel
Save