From 4b8f60dcf2ca7ca2fd4d7648aae4ee5e994ad127 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 21 Mar 2020 21:04:30 +0100 Subject: [PATCH] Fixbux stop --- maza | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maza b/maza index e17938a..d761daa 100755 --- a/maza +++ b/maza @@ -113,7 +113,7 @@ start() { stop() { # Remove list to host file - sudo custom-sed -i -n "/$START_TAG/,/$END_TAG/d" "$HOST_FILE" + custom-sed -i -n "/$START_TAG/,/$END_TAG/d" "$HOST_FILE" # Remove DNSMASQ cat /dev/null > $CONFIG$LIST_DNSMASQ