Skip to content

Commit 5ea682a

Browse files
committed
Remove dead code from startServer.sh
1 parent 9f23d4e commit 5ea682a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

operator/src/main/resources/scripts/startServer.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,3 @@ else
211211
startWLS
212212
waitUntilShutdown
213213
fi
214-
215-
#
216-
# Wait forever. Kubernetes will monitor this pod via liveness and readyness probes.
217-
#
218-
219-
if [ "${MOCK_WLS}" != 'true' ] && [ "${SERVER_OUT_IN_POD_LOG}" == 'true' ] ; then
220-
trace "Showing the server out file from ${SERVER_OUT_FILE}"
221-
tail -F -n +0 ${SERVER_OUT_FILE} || exitOrLoop
222-
else
223-
trace "Wait indefinitely so that the Kubernetes pod does not exit and try to restart"
224-
while true; do sleep 60; done
225-
fi
226-

0 commit comments

Comments
 (0)