mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-22 07:05:41 +01:00
Fixbug remove hosts
This commit is contained in:
parent
81c16e39e6
commit
7bacf0907c
2
maza
2
maza
@ -113,7 +113,7 @@ start() {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
# Remove list to host file
|
# Remove list to host file
|
||||||
custom-sed -i -n "/$START_TAG/,/$END_TAG/d" "$HOST_FILE"
|
custom-sed -i "/$START_TAG/,/$END_TAG/d" "$HOST_FILE"
|
||||||
|
|
||||||
# Remove DNSMASQ
|
# Remove DNSMASQ
|
||||||
cat /dev/null > $CONFIG$LIST_DNSMASQ
|
cat /dev/null > $CONFIG$LIST_DNSMASQ
|
||||||
|
Loading…
Reference in New Issue
Block a user