Use double brackets for the test.

This commit is contained in:
rmceoin 2015-06-19 17:54:12 -07:00
parent b7e2c8053b
commit e9324f8316
1 changed files with 1 additions and 1 deletions

View File

@ -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