Skip to content

Commit

Permalink
Fixed unbound variable error for MODRINTH_EXCLUDE_FILES (#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Dec 5, 2023
1 parent c0c6e6d commit ea3a664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start-deployModrinth
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ea3a664

Please sign in to comment.