From 9c512da460eefb94ec3dccd4688461eb59678baf Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 16 Mar 2025 21:00:56 +0000 Subject: [PATCH] Fix path --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index f969f298..3e0747be 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -17,7 +17,7 @@ mkdir -p logs cd frontend npm run build -./scripts/wait-for-server.sh +./wait-for-server.sh pids=() for i in $(seq 1 $process_count); do