mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-18 03:47:57 +00:00
Auto-merging via docker-versions-create
# Conflicts: # Dockerfile # README.md # start # start-configuration # start-deployFTB
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
|
||||
ftbInstallMarker=".ftb-installed"
|
||||
|
||||
. /start-utils
|
||||
. ${SCRIPTS:-/}start-utils
|
||||
isDebugging && set -x
|
||||
set -e
|
||||
|
||||
@@ -67,4 +67,4 @@ if ! [ -v SERVER ]; then
|
||||
fi
|
||||
|
||||
# Continue to Final Setup
|
||||
exec /start-finalSetup01World "$@"
|
||||
exec ${SCRIPTS:-/}start-finalSetup01World "$@"
|
||||
|
||||
Reference in New Issue
Block a user