1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-08 23:20:56 +00:00

remove spaces

This commit is contained in:
Adam Warner 2017-03-31 20:05:45 +01:00
parent 3a3dde6298
commit 5435b93df2
No known key found for this signature in database
GPG Key ID: 7C062498C7FA6E49

View File

@ -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}"