From d21b6db5140239501e9a02bd158e6672c438e873 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Wed, 18 Oct 2023 09:28:13 -0400 Subject: [PATCH] Update workflow --- build/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index f2e2ea186..2f09fef29 100644 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -18,6 +18,8 @@ password_change() { echo "ran password change" } +touch startup.log + server_startup & password_change -wait +wait \ No newline at end of file