prepwifi: cleanup other hostapds

This commit is contained in:
Vasil Kolev 2019-10-29 18:10:10 +02:00 committed by root
parent 5dfb0fff23
commit 6cdd04e040
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ while ! fping ${newip}; do sleep 5; done
ssh-keygen -R ${newip} ssh-keygen -R ${newip}
sleep 3 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"