File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
22.0.0.12/kernel/helpers/runtime Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,6 @@ if [[ -n "$INFINISPAN_SERVICE_NAME" ]]; then
146146 echo " INFINISPAN_PASS: ${INFINISPAN_PASS} "
147147fi
148148
149- # Remove generated metadata
150- rm /opt/ibm/wlp/configure-liberty.log
151149
152150# Pass on to the real server run
153151exec " $@ "
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -146,8 +146,6 @@ if [[ -n "$INFINISPAN_SERVICE_NAME" ]]; then
146146 echo " INFINISPAN_PASS: ${INFINISPAN_PASS} "
147147fi
148148
149- # Remove generated metadata
150- rm /opt/ibm/wlp/configure-liberty.log
151149
152150# Pass on to the real server run
153151exec " $@ "
You can’t perform that action at this time.
0 commit comments