mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-07-27 15:44:10 +02: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…
x
Reference in New Issue
Block a user