mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue