Wrap in double brackets

pull/1456/head
WaLLy3K 7 years ago committed by GitHub
parent 58353e2839
commit c35c7b2cea

@ -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…
Cancel
Save