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

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"
)