debug hardware

This commit is contained in:
Ray Ozzie 2016-03-26 13:19:33 -04:00
parent 066a22eb5c
commit aca3d94a1e

View File

@ -9,12 +9,12 @@ echo ""
# Build in a temp folder that we'll completely purge after build, # Build in a temp folder that we'll completely purge after build,
# and install into the linux folder where apps reside. # and install into the linux folder where apps reside.
BUILD_DIR="/tmp/ttn-gateway"
mkdir $BUILD_DIR
INSTALL_DIR="/opt/ttn-gateway" INSTALL_DIR="/opt/ttn-gateway"
mkdir $INSTALL_DIR mkdir $INSTALL_DIR
BUILD_DIR="$INSTALL_DIR/dev"
mkdir $BUILD_DIR
# Switch to where we'll do the builds # Switch to where we'll do the builds
pushd $BUILD_DIR pushd $BUILD_DIR