Updated payload to include NETMODE (v1.0.2+)

This commit is contained in:
Darren Kitchen
2019-10-22 11:18:08 -07:00
committed by GitHub
parent 9f2fb333d7
commit 12bdec563f

View File

@@ -19,6 +19,7 @@
# Cyan Fast Blinks..Last octet of IPv4 address
LED SETUP
NETMODE DHCP
/etc/init.d/sshd start
sleep 10
LASTOCTET=$(ifconfig eth0 | grep "inet addr" | awk {'print $2'} | awk -F. {'print $4'})