spacing fixed

This commit is contained in:
Adam Warner 2017-03-31 23:00:56 +01:00
parent 153031482f
commit 3cf9942465
No known key found for this signature in database
GPG Key ID: 7C062498C7FA6E49
1 changed files with 3 additions and 3 deletions

View File

@ -329,9 +329,9 @@ CustomizeAdLists() {
sed -i "\\@${args[3]}@s/^http/#http/g" "${list}"
elif [[ "${args[2]}" == "add" ]] ; then
echo "${args[3]}" >> ${list}
elif [[ "${args[2]}" == "del" ]] ; then
var=$(echo "${args[3]}" | sed 's/\//\\\//g')
sed -i "/${var}/Id" "${list}"
elif [[ "${args[2]}" == "del" ]] ; then
var=$(echo "${args[3]}" | sed 's/\//\\\//g')
sed -i "/${var}/Id" "${list}"
else
echo "Not permitted"
return 1