Move maintain script into own directory

This commit is contained in:
Gyusun Yeom 2019-06-20 20:49:38 +09:00
parent 8c42082242
commit c52a9eb978
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ if [ -z "$WORKSPACE" ]; then
echo "Set WORKSPACE as default value"
absolute_path "$0" SCRIPT_PATH
WORKSPACE=$(dirname "$SCRIPT_PATH")
WORKSPACE=$(dirname "$WORKSPACE")
echo "WORKSPACE=$WORKSPACE"
fi