mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
remove spaces
This commit is contained in:
parent
3a3dde6298
commit
5435b93df2
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ SetWebUILayout(){
|
|||
|
||||
CustomizeAdLists() {
|
||||
|
||||
list = "/etc/pihole/adlists.list"
|
||||
list="/etc/pihole/adlists.list"
|
||||
|
||||
if [[ "${args[2]}" == "enable" ]] ; then
|
||||
sed -i "\\@${args[3]}@s/^#http/http/g" "${list}"
|
||||
|
|
Loading…
Reference in a new issue