Skip to content

Commit

Permalink
Resolve changes from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin committed May 31, 2023
1 parent ba64c93 commit e0cc09c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions ga/22.0.0.12/kernel/helpers/runtime/docker-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ if [[ -n "$INFINISPAN_SERVICE_NAME" ]]; then
echo "INFINISPAN_PASS: ${INFINISPAN_PASS}"
fi

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

# Pass on to the real server run
exec "$@"
2 changes: 1 addition & 1 deletion ga/latest/kernel/helpers/build/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function main() {
installUtility install --acceptLicense $SERVER_NAME --from=/tmp/repo.zip || rc=$?; if [ $rc -ne 22 ]; then exit $rc; fi
rm -rf /tmp/repo.zip
# Otherwise, if features.sh did not run, install server features.
elif [ "$FEATURES_INSTALLED" == "false" ]; then
else
featureUtility installServerFeatures --acceptLicense $SERVER_NAME --noCache
find /opt/ibm/wlp/lib /opt/ibm/wlp/bin ! -perm -g=rw -print0 | xargs -0 -r chmod g+rw
fi
Expand Down
2 changes: 0 additions & 2 deletions ga/latest/kernel/helpers/runtime/docker-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ if [[ -n "$INFINISPAN_SERVICE_NAME" ]]; then
echo "INFINISPAN_PASS: ${INFINISPAN_PASS}"
fi

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

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

0 comments on commit e0cc09c

Please sign in to comment.