mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Don't mv
preEventHorizon
, copy it.
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
parent
917a0239a9
commit
83f7bd66e6
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ gravity_ParseBlacklistDomains() {
|
|||
mv "${piholeDir}/${whitelistMatter}" "${piholeDir}/${accretionDisc}"
|
||||
else
|
||||
# There was no whitelist file, so use preEventHorizon instead of whitelistMatter.
|
||||
mv "${piholeDir}/${preEventHorizon}" "${piholeDir}/${accretionDisc}"
|
||||
cp "${piholeDir}/${preEventHorizon}" "${piholeDir}/${accretionDisc}"
|
||||
fi
|
||||
|
||||
# Move the file over as /etc/pihole/gravity.list so dnsmasq can use it
|
||||
|
|
Loading…
Reference in a new issue