Remove normalizing to uppercase of LEVEL_TYPE (#2852)

This commit is contained in:
Geoff Bourne 2024-05-26 09:53:45 -05:00 committed by GitHub
parent 1de2d34c64
commit ddfb99a1fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,10 +105,6 @@ function customizeServerProps {
esac
fi
if [[ -v LEVEL_TYPE ]]; then
LEVEL_TYPE="${LEVEL_TYPE^^}"
fi
setPropertiesArgs=(
--definitions "/image/property-definitions.json"
)