mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-17 08:48:17 +01:00
Bugfix zerodivision -s option
This commit is contained in:
parent
1470055329
commit
3bc7352b54
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ if [[ -n ${Excludes[*]} ]] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Variables for progress_bar function
|
# Variables for progress_bar function
|
||||||
DocCount=$(docker ps --filter "name=$SearchName" --format '{{.Names}}' | wc -l)
|
DocCount=$(docker ps $Stopped --filter "name=$SearchName" --format '{{.Names}}' | wc -l)
|
||||||
RegCheckQue=0
|
RegCheckQue=0
|
||||||
|
|
||||||
### Check the image-hash of every running container VS the registry
|
### Check the image-hash of every running container VS the registry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue