mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Fixed typos as suggestes
Signed-off-by: Realtebo <mirkotebaldi@yahoo.it>
This commit is contained in:
parent
327b58fa03
commit
476fecbcf5
@ -1109,8 +1109,8 @@ appendToListsFile() {
|
|||||||
# Used only in unattended setup
|
# Used only in unattended setup
|
||||||
# If there is already the adListFile, we keep it, else we create it using all default lists
|
# If there is already the adListFile, we keep it, else we create it using all default lists
|
||||||
installDefaultBlocklists() {
|
installDefaultBlocklists() {
|
||||||
# In unattended setup, could be usefull to use userdefined blocklist.
|
# In unattended setup, could be useful to use userdefined blocklist.
|
||||||
# If this file exists, we avoid to override it.
|
# If this file exists, we avoid overriding it.
|
||||||
if [[ -f "${adlistFile}" ]]; then
|
if [[ -f "${adlistFile}" ]]; then
|
||||||
return;
|
return;
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user