1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

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

Bugfix for #2354
This commit is contained in:
DL6ER 2018-11-08 20:37:28 +01:00 committed by GitHub
commit 51218bd1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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