mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Merge pull request #2497 from pi-hole/fix/adlists.list_not_created
Bugfix for #2354
This commit is contained in:
commit
51218bd1ad
1 changed files with 1 additions and 1 deletions
|
@ -1132,7 +1132,7 @@ chooseBlocklists() {
|
||||||
# For each choice available,
|
# For each choice available,
|
||||||
for choice in ${choices}
|
for choice in ${choices}
|
||||||
do
|
do
|
||||||
appendToListsFile choice
|
appendToListsFile "${choice}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue