mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
Final touch to install fix.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
c2384ecc6f
commit
d45c9fc522
@ -1129,7 +1129,7 @@ chooseBlocklists() {
|
|||||||
done
|
done
|
||||||
# Create an empty adList file with appropriate permissions.
|
# Create an empty adList file with appropriate permissions.
|
||||||
if [ ! -f "${adlistFile}" ]; then
|
if [ ! -f "${adlistFile}" ]; then
|
||||||
touch "${adlistFile}"
|
install /dev/null "${adlistFile}"
|
||||||
chmod 644 "${adlistFile}"
|
chmod 644 "${adlistFile}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user