From 108d40040989f2c5a4da1b096c22c774dfb4e3c0 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 22 Apr 2016 13:47:19 -0400 Subject: [PATCH] Display resin machine info --- run.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/run.sh b/run.sh index c48a3ba..84dfffd 100755 --- a/run.sh +++ b/run.sh @@ -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