Solved bug

This commit is contained in:
2023-12-29 19:55:26 +01:00
parent 1e8683bd62
commit 41b409c8d5
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ for volume in $anonymous_volumes; do
fi
((status++))
container_ids=$(docker ps -aq --filter volume=$volume)
if [ -z "$container_ids" ]; then
echo "Volume $volume is not used by any running containers."