From ea3a6644a807bfe115ed3cd6b1ed0358df07a8dd Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 4 Dec 2023 23:01:26 -0600 Subject: [PATCH] Fixed unbound variable error for MODRINTH_EXCLUDE_FILES (#2528) --- scripts/start-deployModrinth | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start-deployModrinth b/scripts/start-deployModrinth index 152930e9eda..1a5da6bc66e 100644 --- a/scripts/start-deployModrinth +++ b/scripts/start-deployModrinth @@ -10,6 +10,7 @@ resultsFile=/data/.install-modrinth.env : "${MODRINTH_LOADER:=}" : "${MODRINTH_VERSION:=${MODRINTH_VERSION_ID:-}}" : "${MODRINTH_IGNORE_MISSING_FILES:=}" +: "${MODRINTH_EXCLUDE_FILES:=}" if [[ ! $MODRINTH_MODPACK ]]; then log "ERROR: MODRINTH_MODPACK must be set when using TYPE/MOD_PLATFORM of MODRINTH"