Bugfix zerodivision -s option

This commit is contained in:
mag37 2024-01-28 15:43:33 +01:00
parent 1470055329
commit 3bc7352b54

View File

@ -206,7 +206,7 @@ if [[ -n ${Excludes[*]} ]] ; then
fi
# 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
### Check the image-hash of every running container VS the registry