mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
$adListsList replace filename in text
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
bf55666492
commit
a7347238e6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Options:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -e "$adListsList" ]]; then
|
if [[ ! -e "$adListsList" ]]; then
|
||||||
echo -e "${COL_LIGHT_RED}The file '/etc/pihole/adlists.list' 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 a new issue