fix server dir path
This commit is contained in:
parent
7788d81ced
commit
a82e9d073b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jvm_args() {
|
|||
# ENV VARS
|
||||
#
|
||||
|
||||
SERVER_DIR="$(realpath ${MC_DIR:-./server})"
|
||||
SERVER_DIR="$(realpath ${SERVER_DIR:-./server})"
|
||||
JVMARGS=${JVMARGS:-$(jvm_args)}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue