Display resin machine info

This commit is contained in:
Ray Ozzie 2016-04-22 13:47:19 -04:00
parent 6c64774c8c
commit 108d400409

6
run.sh
View File

@ -31,6 +31,12 @@ if [[ $GW_DEBUG != "" ]]; then
exit 1
fi
# Show info about the machine we're running on
echo *** Resin Machine Info:
echo *** Type: $RESIN_MACHINE_NAME
echo *** Architecture: $RESIN_ARCH
# We need to be online, wait if needed.
until $(curl --output /dev/null --silent --head --fail http://www.google.com); do