Skip to content

Commit d60e08b

Browse files
committed
Revert "Add ADDITIONAL_VMOPTIONS env to support a different delimiter"
This reverts commit 123cc32.
1 parent 9ec5da2 commit d60e08b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

deploy/entrypoint.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,6 @@ if ! [ -z "${VMOPTIONS+x}" ]; then
145145
done
146146
fi
147147

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-
161148
# merge the user's secret mirth.properties
162149
# takes a whole mirth.properties file and merges line by line with /opt/engine/conf/mirth.properties
163150
if [ -f /run/secrets/mirth_properties ]; then

0 commit comments

Comments
 (0)