1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-06 13:39:16 +00:00

Merge branch 'master' of github.com:mailcow/mailcow-dockerized

This commit is contained in:
andryyy
2021-06-17 06:35:15 +02:00

View File

@@ -106,7 +106,8 @@ docker_garbage() {
echo "OK, skipped."
fi
else
echo "Skipped image removal because of force mode."
echo "Running image removal without extra confirmation due to force mode."
docker rmi ${IMGS_TO_DELETE[*]}
fi
fi
echo -e "\e[32mFurther cleanup...\e[0m"