fixes for user permissions (#892)

This commit is contained in:
Anthony Stirling
2024-03-09 14:03:46 +00:00
committed by GitHub
parent 82c4e9cf41
commit 121af0501a
12 changed files with 163 additions and 152 deletions

View File

@@ -18,7 +18,8 @@ check_health() {
fi
done
echo -e "\n$service_name is healthy!"
echo "Printing logs for $service_name:"
docker logs "$service_name"
return 0
}