mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +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
|
||||
# Create an empty adList file with appropriate permissions.
|
||||
if [ ! -f "${adlistFile}" ]; then
|
||||
touch "${adlistFile}"
|
||||
install /dev/null "${adlistFile}"
|
||||
chmod 644 "${adlistFile}"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue