From 9349187da787a167ba33b99c7e44998a6f4cded4 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 24 Jan 2016 22:40:40 +0100 Subject: [PATCH] Update batdelif.sh --- files/batdelif.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/batdelif.sh b/files/batdelif.sh index 65fc46d..029b3ca 100644 --- a/files/batdelif.sh +++ b/files/batdelif.sh @@ -1,4 +1,4 @@ #!/bin/bash INTERFACE="$3" -/usr/local/sbin/batctl if del $INTERFACE +/sbin/brctl delif br-nodes $INTERFACE