Skip to content

Commit

Permalink
check_container.sh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-pickin-epi committed Sep 12, 2024
1 parent 889ea1d commit 281ad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROG=$(basename $0)

check ()
{
docker container stats --no-stream $NAME 2>&1
docker top $NAME > /dev/null && docker container stats --no-stream $NAME 2>&1
case $? in
0)
exit $OK;;
Expand Down

0 comments on commit 281ad53

Please sign in to comment.