mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-21 03:40:39 +00:00
Bugfix zerodivision -s option
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user