Bugfix zerodivision -s option
This commit is contained in:
parent
1470055329
commit
3bc7352b54
@ -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…
Reference in New Issue
Block a user