From 5379cd813cd8cad1da0736a947c57ea869d49185 Mon Sep 17 00:00:00 2001 From: Andrii Kozlov Date: Thu, 11 Jan 2024 12:35:54 +0100 Subject: [PATCH] removes an unvisible character (#7) Co-authored-by: andrii.kozlov --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index c565941..f05ce04 100644 --- a/startup.sh +++ b/startup.sh @@ -38,7 +38,7 @@ delayTailKill() { } delayTailKill &>/dev/null & -( tail -f -n +1 /tmp/cloudsql.log & ) | grep -q "Ready for new connections" || true +( tail -f -n +1 /tmp/cloudsql.log & ) | grep -q "Ready for new connections" || true # Remove SA json from the tmp folder # Nobody should have access either way, but just to check