Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaygarg-oracle committed Dec 12, 2024
1 parent 7c1d714 commit 8408297
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ if [ -n "${CONTAINER_ID}" ]; then

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

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

0 comments on commit 8408297

Please sign in to comment.