mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
remove call to user list
This commit is contained in:
parent
5435b93df2
commit
af2cff5177
@ -327,8 +327,8 @@ CustomizeAdLists() {
|
||||
sed -i "\\@${args[3]}@s/^#http/http/g" "${list}"
|
||||
elif [[ "${args[2]}" == "disable" ]] ; then
|
||||
sed -i "\\@${args[3]}@s/^http/#http/g" "${list}"
|
||||
elif [[ "${args[2]}" == "add" && "${args[3]}" == "user" ]] ; then
|
||||
echo "${args[3]}" >> /etc/pihole/adlists.user
|
||||
elif [[ "${args[2]}" == "add" ]] ; then
|
||||
echo "${args[3]}" >> ${list}
|
||||
else
|
||||
echo "Not permitted"
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user