mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
parent
d404e0f50e
commit
aaf327b308
@ -212,6 +212,11 @@ EOF
|
|||||||
"${FTB_SERVER_START}"
|
"${FTB_SERVER_START}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if isTrue ${SETUP_ONLY:=false}; then
|
||||||
|
echo "SETUP_ONLY: ${finalArgs[@]}"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
if isTrue ${DEBUG_EXEC}; then
|
if isTrue ${DEBUG_EXEC}; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
@ -236,6 +241,11 @@ else
|
|||||||
"$@" $EXTRA_ARGS
|
"$@" $EXTRA_ARGS
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if isTrue ${SETUP_ONLY:=false}; then
|
||||||
|
echo "SETUP_ONLY: java ${finalArgs[@]}"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
if isTrue ${DEBUG_EXEC}; then
|
if isTrue ${DEBUG_EXEC}; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user