prepwifi: -t to ssh for unbuffered output

This commit is contained in:
OpenFest Server User 2022-10-11 21:40:09 +03:00
parent 78eb617633
commit b167cd316f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ssh-keygen -R ${ip}
ssh -o stricthostkeychecking=no root@${ip} uptime ssh -o stricthostkeychecking=no root@${ip} uptime
scp -r * root@${ip}:/ scp -r * root@${ip}:/
now=`date +%s` now=`date +%s`
ssh root@${ip} "date -s @$now; cp /etc/resolv.conf /tmp/resolv.conf.old ; echo 'nameserver 8.8.8.8' > /etc/resolv.conf; ip r replace default via 192.168.1.99; opkg remove wpad-basic-wolfssl; opkg update && opkg install ebtables tcpdump bc iftop wpad-openssl collectd collectd-mod-iwinfo collectd-mod-interface collectd-mod-cpu collectd-mod-exec collectd-mod-load collectd-mod-memory collectd-mod-network ip-bridge ; /etc/init.d/wifi-sentinel enable; /etc/init.d/odhcpd disable; /etc/init.d/dnsmasq disable; mv /tmp/resolv.conf /etc/resolv.conf; reboot" ssh -t root@${ip} "date -s @$now; cp /etc/resolv.conf /tmp/resolv.conf.old ; echo 'nameserver 8.8.8.8' > /etc/resolv.conf; ip r replace default via 192.168.1.99; opkg remove wpad-basic-wolfssl; opkg update && opkg install ebtables tcpdump bc iftop wpad-openssl collectd collectd-mod-iwinfo collectd-mod-interface collectd-mod-cpu collectd-mod-exec collectd-mod-load collectd-mod-memory collectd-mod-network ip-bridge ; /etc/init.d/wifi-sentinel enable; /etc/init.d/odhcpd disable; /etc/init.d/dnsmasq disable; mv /tmp/resolv.conf /etc/resolv.conf; reboot"
sleep 3 sleep 3
while ! fping ${newip}; do sleep 5; done while ! fping ${newip}; do sleep 5; done