Fix literal "choice" being passed to appendToListsFile()

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2497/head
DL6ER 6 years ago
parent bbb759c684
commit 33156071cd
No known key found for this signature in database
GPG Key ID: FB60471F0575164A

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

Loading…
Cancel
Save