mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-17 06:22:26 +08:00
up
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
DIR=$(readlink -f "$0") && DIR=$(dirname "$DIR") && cd "$DIR" || exit 1
|
||||
|
||||
if [ -e ./env.sh ]; then
|
||||
. ./env.sh
|
||||
fi
|
||||
. ./common.sh
|
||||
LOG="log file: $LOG_FILE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user