We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1d714 commit 8408297Copy full SHA for 8408297
OracleIdentityGovernance/samples/scripts/agentManagement.sh
@@ -707,6 +707,7 @@ if [ -n "${CONTAINER_ID}" ]; then
707
708
# Kill any processes containing the process ID.
709
# This kills the child processes too.
710
+ # shellcheck disable=SC2046
711
kill -9 `ps -ef | grep -v grep | grep ${CONTAINER_PROCESS_ID} | awk '{print $2}'`
712
713
# Stop the container, as Podman doesn't notice the processes are dead until you interact with the container.
0 commit comments