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

master
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."
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"