remove quotes

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
pull/2234/head
Rob Gill 6 years ago committed by GitHub
parent a7347238e6
commit 23adbf9540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ Options:
fi
if [[ ! -e "$adListsList" ]]; then
echo -e "${COL_LIGHT_RED}The file "$adListsList" was not found${COL_NC}"
echo -e "${COL_LIGHT_RED}The file $adListsList was not found${COL_NC}"
exit 1
fi

Loading…
Cancel
Save