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
commit 5488fb0caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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