mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-14 13:52:28 +08:00
up
This commit is contained in:
1
server/build/.gitignore
vendored
1
server/build/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
/.git-hash
|
||||
/env.sh
|
||||
|
||||
@@ -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