mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-04 20:58:52 +00:00
Improve local development (#3661)
This commit is contained in:
@@ -6,7 +6,7 @@ IFS=$'\n\t'
|
||||
: "${EXISTING_WHITELIST_FILE:=SYNC_FILE_MERGE_LIST}"
|
||||
|
||||
# shellcheck source=start-utils
|
||||
. "${SCRIPTS:-/}start-utils"
|
||||
. "$(dirname "$0")/start-utils"
|
||||
isDebugging && set -x
|
||||
|
||||
if [[ -v APPEND_OPS ]] && isTrue "${APPEND_OPS}"; then
|
||||
@@ -97,4 +97,4 @@ if [[ -v WHITELIST ]]; then
|
||||
$WHITELIST
|
||||
fi
|
||||
|
||||
exec "${SCRIPTS:-/}start-finalExec" "$@"
|
||||
exec "$(dirname "$0")/start-finalExec" "$@"
|
||||
|
||||
Reference in New Issue
Block a user