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