From 4e57f6eaa9180cf82a06cf5be647cb2c6b7a978d Mon Sep 17 00:00:00 2001 From: David Romero Date: Mon, 19 Feb 2024 09:56:33 +0100 Subject: [PATCH] fix: Fix wait-for-db script --- scripts/wait-for-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wait-for-db.sh b/scripts/wait-for-db.sh index 8b8d17404..3f5b1c46d 100644 --- a/scripts/wait-for-db.sh +++ b/scripts/wait-for-db.sh @@ -7,4 +7,4 @@ do done echo "MySQL is up - executing command" -exec "$@" +exec "$@" \ No newline at end of file