mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-01 11:22:47 +00:00
Enabled iterative development with SCRIPTS var
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /start-utils
|
||||
. ${SCRIPTS:-/}start-utils
|
||||
|
||||
# FUNCTIONS
|
||||
function setServerProp {
|
||||
@@ -194,4 +194,4 @@ if isDebugging; then
|
||||
cat /data/server.properties
|
||||
fi
|
||||
|
||||
exec /start-finalSetup05EnvVariables $@
|
||||
exec ${SCRIPTS:-/}start-finalSetup05EnvVariables $@
|
||||
|
||||
Reference in New Issue
Block a user