Merge pull request #3463 from jesterchen/patch-1

Patch 1
This commit is contained in:
Adam Warner
2020-06-01 11:29:17 +01:00
committed by GitHub

View File

@ -1228,6 +1228,7 @@ chooseBlocklists() {
do do
appendToListsFile "${choice}" appendToListsFile "${choice}"
done done
touch "${adlistFile}"
chmod 644 "${adlistFile}" chmod 644 "${adlistFile}"
} }