8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00

Issue #2: Unable to write ipAssignments

This commit is contained in:
Key Networks
2018-01-30 17:11:36 +08:00
parent d0b120bf44
commit 09f1e841b3
41 changed files with 507 additions and 160 deletions

View File

@@ -6,10 +6,11 @@ if [ `basename $THISDIR` != 'build' ]; then
exit 1
fi
SRC_DIR=../src
BUILD_DIR=`pwd`
PKG_DIR=Release
STAGING_DIR=Staging
BASE_DIR=`dirname $THISDIR`
SRC_DIR=$BASE_DIR/src
BUILD_DIR=$BASE_DIR/build
PKG_DIR=$BASE_DIR/Release
STAGING_DIR=$BASE_DIR/Staging
NAME='ztncui'
DESCRIPTION='ZeroTier network controller user interface'