mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-25 10:42:14 -05:00
Use double brackets for the test.
This commit is contained in:
parent
b7e2c8053b
commit
e9324f8316
@ -19,7 +19,7 @@ sources=('https://adaway.org/hosts.txt'
|
||||
adList=/etc/hosts
|
||||
origin=/etc/pihole
|
||||
piholeDir=/etc/pihole
|
||||
if [ -f $piholeDir/pihole.conf ]; then
|
||||
if [[ -f $piholeDir/pihole.conf ]]; then
|
||||
. $piholeDir/pihole.conf
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user