Final touch to install fix.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/4665/head
Dan Schaper 2 years ago
parent c2384ecc6f
commit d45c9fc522
No known key found for this signature in database
GPG Key ID: 6055EE2AD4004FC0

@ -1129,7 +1129,7 @@ chooseBlocklists() {
done
# Create an empty adList file with appropriate permissions.
if [ ! -f "${adlistFile}" ]; then
touch "${adlistFile}"
install /dev/null "${adlistFile}"
chmod 644 "${adlistFile}"
fi
}

Loading…
Cancel
Save