Skip to content

Commit

Permalink
Remove normalizing to uppercase of LEVEL_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed May 26, 2024
1 parent 1de2d34 commit b142798
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/start-setupServerProperties
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ function customizeServerProps {
esac
fi

if [[ -v LEVEL_TYPE ]]; then
LEVEL_TYPE="${LEVEL_TYPE^^}"
fi

setPropertiesArgs=(
--definitions "/image/property-definitions.json"
)
Expand Down

0 comments on commit b142798

Please sign in to comment.