From cda9f448c52d5ecfcbc530130a326c1ffd2f2a1f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 5 Jul 2020 22:22:44 +0200 Subject: [PATCH] - wpa_supplicant/pre-wlan0.sh: stop eth0 before starting wlan0 --- skel-root/general/scripts/pre-wlan0.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skel-root/general/scripts/pre-wlan0.sh b/skel-root/general/scripts/pre-wlan0.sh index 9c40d92d..03493315 100644 --- a/skel-root/general/scripts/pre-wlan0.sh +++ b/skel-root/general/scripts/pre-wlan0.sh @@ -4,6 +4,8 @@ SHOWINFO "Starting wlan0" +ifconfig eth0 down + /sbin/wpa_cli terminate sleep 2