Fix env name of oauth2 endpoint

This commit is contained in:
MaxJa4
2023-08-23 20:01:57 +02:00
parent 7ddeb992e7
commit 0e46fc3b6f
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ logs=$(docker compose exec -T backup backup)
sleep 5
expect_running_containers "3"
expect_running_containers "4"
echo "$logs"
if echo "$logs" | grep -q "ERROR"; then