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

This commit is contained in:
andryyy 2021-06-17 06:35:15 +02:00
commit 620b829cf8
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ docker_garbage() {
echo "OK, skipped." echo "OK, skipped."
fi fi
else 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
fi fi
echo -e "\e[32mFurther cleanup...\e[0m" echo -e "\e[32mFurther cleanup...\e[0m"