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 2dabbe0 commit d9140adCopy full SHA for d9140ad
OracleIdentityGovernance/samples/scripts/agentManagement.sh
@@ -729,6 +729,7 @@ if [ -n "${CONTAINER_ID}" ]; then
729
730
# Kill any processes containing the process ID.
731
# This kills the child processes too.
732
+ # shellcheck disable=SC2046
733
kill -9 `ps -ef | grep -v grep | grep ${CONTAINER_PROCESS_ID} | awk '{print $2}'`
734
735
# Stop the container, as Podman doesn't notice the processes are dead until you interact with the container.
0 commit comments