From 2df6138ff101fc5e3f1463265fa287beca811d4e Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 6 Jan 2023 00:59:00 +0900 Subject: [PATCH] Fix caddy run option --- script/run_browser_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/run_browser_test.sh b/script/run_browser_test.sh index 96294500..9f1ac83c 100755 --- a/script/run_browser_test.sh +++ b/script/run_browser_test.sh @@ -10,7 +10,7 @@ plm instance new -d plume-test.local -n plume-test plm users new -n admin -N 'Admin' -e 'email@exemple.com' -p 'password' plume & -caddy run -config /Caddyfile & +caddy run --config /Caddyfile & until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null