Add fancy hashing

This commit is contained in:
John
2025-04-27 21:30:25 +12:00
parent a2c233e328
commit b1e51b91d2
5 changed files with 123 additions and 2 deletions

View File

@ -16,4 +16,4 @@ _is_container_exists && die "Couldn't remove existing container"
docker rmi "$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG" || echo "Failed to remove image $IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG"
echo "Uninstallation of ${CONTAINER_NAME} complete."
echo "Leaving local data folder ${LOCAL_DATA_FOLDER} in place."
echo "Local data folder ${LOCAL_DATA_FOLDER} still in place."