From: John Crispin Date: Wed, 17 Sep 2014 07:41:31 +0000 (+0000) Subject: hostapd: do not remove foreign wpa_supplicant sockets X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed2fff74524c87bd2c516544a69bab1d06e588c5;p=librecmc%2Flibrecmc.git hostapd: do not remove foreign wpa_supplicant sockets https://dev.openwrt.org/ticket/17886 Signed-off-by: John Crispin SVN-Revision: 42586 --- diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index aa44b393c3..30d12e904f 100644 --- a/package/network/services/hostapd/files/netifd.sh +++ b/package/network/services/hostapd/files/netifd.sh @@ -416,7 +416,7 @@ _wpa_supplicant_common() { wpa_supplicant_teardown_interface() { _wpa_supplicant_common "$1" - rm -rf "$_rpath" "$_config" + rm -rf "$_rpath/$1" "$_config" } wpa_supplicant_prepare_interface() {