debug hardware
This commit is contained in:
parent
066a22eb5c
commit
aca3d94a1e
6
build.sh
6
build.sh
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user