mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Wrap in double brackets
This commit is contained in:
parent
58353e2839
commit
c35c7b2cea
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -111,7 +111,7 @@ queryFunc() {
|
|||
result=$(scanList ${domain} "${lists}" ${method})
|
||||
if [ -n "$result" ]; then
|
||||
echo "$result"
|
||||
[ ! -t 1 ] && exit 0
|
||||
[[ ! -t 1 ]] && exit 0
|
||||
fi
|
||||
|
||||
# Scan Domains lists
|
||||
|
|
Loading…
Reference in a new issue