diff --git a/scripts/start-setupModpack b/scripts/start-setupModpack index 11a08f54..e5b03bf2 100755 --- a/scripts/start-setupModpack +++ b/scripts/start-setupModpack @@ -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