Skip to content

Commit e0cc09c

Browse files
committed
Resolve changes from merge conflict
1 parent ba64c93 commit e0cc09c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

ga/22.0.0.12/kernel/helpers/runtime/docker-server.sh

-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ if [[ -n "$INFINISPAN_SERVICE_NAME" ]]; then
146146
echo "INFINISPAN_PASS: ${INFINISPAN_PASS}"
147147
fi
148148

149-
# Remove generated metadata
150-
rm /opt/ibm/wlp/configure-liberty.log
151149

152150
# Pass on to the real server run
153151
exec "$@"

ga/latest/kernel/helpers/build/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function main() {
152152
installUtility install --acceptLicense $SERVER_NAME --from=/tmp/repo.zip || rc=$?; if [ $rc -ne 22 ]; then exit $rc; fi
153153
rm -rf /tmp/repo.zip
154154
# Otherwise, if features.sh did not run, install server features.
155-
elif [ "$FEATURES_INSTALLED" == "false" ]; then
155+
else
156156
featureUtility installServerFeatures --acceptLicense $SERVER_NAME --noCache
157157
find /opt/ibm/wlp/lib /opt/ibm/wlp/bin ! -perm -g=rw -print0 | xargs -0 -r chmod g+rw
158158
fi

ga/latest/kernel/helpers/runtime/docker-server.sh

-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ if [[ -n "$INFINISPAN_SERVICE_NAME" ]]; then
146146
echo "INFINISPAN_PASS: ${INFINISPAN_PASS}"
147147
fi
148148

149-
# Remove generated metadata
150-
rm /opt/ibm/wlp/configure-liberty.log
151149

152150
# Pass on to the real server run
153151
exec "$@"

0 commit comments

Comments
 (0)