mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-01 21:22:17 +00:00
Ensure debugging starts after loading CF_API_KEY_FILE (#4208)
This commit is contained in:
@@ -15,7 +15,6 @@ set -e -o pipefail
|
||||
|
||||
# shellcheck source=start-utils
|
||||
. "$(dirname "$0")/start-utils"
|
||||
isDebugging && set -x
|
||||
|
||||
if [[ -n ${CF_API_KEY_FILE} ]]; then
|
||||
if [[ -r "${CF_API_KEY_FILE}" ]]; then
|
||||
@@ -27,6 +26,8 @@ if [[ -n ${CF_API_KEY_FILE} ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
isDebugging && set -x
|
||||
|
||||
sum_file=/data/.generic_pack.sum
|
||||
# Remove old mods/plugins
|
||||
if isTrue "${REMOVE_OLD_MODS}" && [ -z "${MODS_FILE}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user