Skip to content

Commit

Permalink
removes an unvisible character (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: andrii.kozlov <[email protected]>
  • Loading branch information
Flaurent19 and andrii.kozlov authored Jan 11, 2024
1 parent ed33bf8 commit 5379cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5379cd8

Please sign in to comment.