This commit is contained in:
Kent Yao 2018-05-21 19:23:37 +08:00
parent 57721c0e6a
commit e113a7cf52

View File

@ -20,8 +20,10 @@
## Kyuubi Server Main Entrance
CLASS="yaooqinn.kyuubi.server.KyuubiServer"
BIN_DIR="$(cd "`dirname "$0"`"; pwd)"
set -a
. "${PWD}/kyuubi-env.sh"
. "${BIN_DIR}/kyuubi-env.sh"
set +a
function usage {