Fix path
This commit is contained in:
parent
8b8665c7ae
commit
9c512da460
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue