From 6cdd04e0402ef2faaa285955fed457ff2e3d6499 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Tue, 29 Oct 2019 18:10:10 +0200 Subject: [PATCH] prepwifi: cleanup other hostapds --- prepwifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepwifi.sh b/prepwifi.sh index 8bb9742..7146be4 100644 --- a/prepwifi.sh +++ b/prepwifi.sh @@ -27,4 +27,4 @@ while ! fping ${newip}; do sleep 5; done ssh-keygen -R ${newip} sleep 3 -ssh -o stricthostkeychecking=no root@${newip} "opkg remove wpad-mini; opkg update && opkg install ebtables tcpdump bc iftop hostapd-openssl && reboot" +ssh -o stricthostkeychecking=no root@${newip} "opkg remove wpad-mini; opkg remove wpad; opkg update && opkg install ebtables tcpdump bc iftop hostapd-openssl && reboot"