Fixed ROOT_DIR under new organization
This commit is contained in:
parent
0a7fedd9c5
commit
6408b1abff
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set -o pipefail
|
|||
# Prep
|
||||
DATE="$(date +%F)"
|
||||
DATETIME="$(date +%F_%H%M)"
|
||||
ROOT_DIR="$(realpath $(dirname "$0"))"
|
||||
ROOT_DIR="$(realpath $(dirname "$0")/..)"
|
||||
BUILD_DIR="$ROOT_DIR/setup/BUILD_LINUX"
|
||||
LIVE_DIR="$BUILD_DIR/live"
|
||||
LOG_DIR="$BUILD_DIR/logs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue