fixc
This commit is contained in:
@@ -34,7 +34,7 @@ done
|
|||||||
|
|
||||||
if [ "$1" = "--remove-from-disk" ]; then
|
if [ "$1" = "--remove-from-disk" ]; then
|
||||||
# Iterate over volumes in the difference array and remove them from disk
|
# Iterate over volumes in the difference array and remove them from disk
|
||||||
for volume in "${unused_volume[@]}"; do
|
for volume in "${unused_volumes[@]}"; do
|
||||||
docker volume rm "$volume"
|
docker volume rm "$volume"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user