We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec5da2 commit d60e08bCopy full SHA for d60e08b
1 file changed
deploy/entrypoint.sh
@@ -145,19 +145,6 @@ if ! [ -z "${VMOPTIONS+x}" ]; then
145
done
146
fi
147
148
-# merge additional vmoptions form a `|`-delimited string into /opt/engine/oieserver.vmoptions
149
-if ! [ -z "${ADDITIONAL_VMOPTIONS+x}" ]; then
150
- PREV_IFS="$IFS"
151
- IFS="|"
152
- read -ra pipe_vmoptions <<< "$ADDITIONAL_VMOPTIONS"
153
- IFS="$PREV_IFS"
154
-
155
- for vmoption in "${pipe_vmoptions[@]}"
156
- do
157
- echo "${vmoption}" >> "$APP_DIR/oieserver.vmoptions"
158
- done
159
-fi
160
161
# merge the user's secret mirth.properties
162
# takes a whole mirth.properties file and merges line by line with /opt/engine/conf/mirth.properties
163
if [ -f /run/secrets/mirth_properties ]; then
0 commit comments