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