Ensure debugging starts after loading CF_API_KEY_FILE (#4208)

This commit is contained in:
Geoff Bourne
2026-08-01 09:33:18 -05:00
committed by GitHub
parent fa1b930094
commit d85904036f
+2 -1
View File
@@ -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