mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-25 22:09:49 +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() {
|
CustomizeAdLists() {
|
||||||
|
|
||||||
list = "/etc/pihole/adlists.list"
|
list="/etc/pihole/adlists.list"
|
||||||
|
|
||||||
if [[ "${args[2]}" == "enable" ]] ; then
|
if [[ "${args[2]}" == "enable" ]] ; then
|
||||||
sed -i "\\@${args[3]}@s/^#http/http/g" "${list}"
|
sed -i "\\@${args[3]}@s/^#http/http/g" "${list}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue