We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Just include something like killall udhcpc ifconfig wlan0 192.168.180.102 netmask 255.255.255.0 route add default gw 192.168.180.1 echo "nameserver 192.168.180.1" > /tmp/resolv.conf in run.sh
killall udhcpc
ifconfig wlan0 192.168.180.102 netmask 255.255.255.0
route add default gw 192.168.180.1
echo "nameserver 192.168.180.1" > /tmp/resolv.conf