File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ set -e -o pipefail
1111: " ${REMOVE_OLD_MODS_INCLUDE:=* .jar,* -version.json} "
1212: " ${CF_API_KEY_FILE:= } " # Path to file containing CurseForge API key
1313: " ${MODRINTH_LOADER:= } "
14- sum_file=/data/.generic_pack.sum
14+
15+ # shellcheck source=start-utils
16+ . " $( dirname " $0 " ) /start-utils"
17+ isDebugging && set -x
1518
1619if [[ -n ${CF_API_KEY_FILE} ]]; then
1720 if [[ -r " ${CF_API_KEY_FILE} " ]]; then
@@ -23,13 +26,7 @@ if [[ -n ${CF_API_KEY_FILE} ]]; then
2326 fi
2427fi
2528
26- # shellcheck source=start-utils
27- . " $( dirname " $0 " ) /start-utils"
28- isDebugging && set -x
29-
30- # CURSE_URL_BASE used in manifest downloads below
31- CURSE_URL_BASE=${CURSE_URL_BASE:- https:// minecraft.curseforge.com/ projects}
32-
29+ sum_file=/data/.generic_pack.sum
3330# Remove old mods/plugins
3431if isTrue " ${REMOVE_OLD_MODS} " && [ -z " ${MODS_FILE} " ]; then
3532 removeOldMods " $MODS_OUT_DIR "
You can’t perform that action at this time.
0 commit comments