Skip to content

Commit 8408297

Browse files
fixed lint
1 parent 7c1d714 commit 8408297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OracleIdentityGovernance/samples/scripts/agentManagement.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ if [ -n "${CONTAINER_ID}" ]; then
707707

708708
# Kill any processes containing the process ID.
709709
# This kills the child processes too.
710+
# shellcheck disable=SC2046
710711
kill -9 `ps -ef | grep -v grep | grep ${CONTAINER_PROCESS_ID} | awk '{print $2}'`
711712

712713
# Stop the container, as Podman doesn't notice the processes are dead until you interact with the container.

0 commit comments

Comments
 (0)