remove quotes
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
a7347238e6
commit
23adbf9540
|
@ -57,7 +57,7 @@ Options:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -e "$adListsList" ]]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue