Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 1bcc44e

Browse files
committed
wip
1 parent e32403c commit 1bcc44e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

run_servers.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ if [ "$start_notary_only" = false ]; then
6767
echo "Starting Data Consumer API Server..."
6868
poetry run consumer-api-run &
6969
pids+=($!)
70-
71-
72-
echo "All servers started. Press Ctrl+C to stop all servers."
73-
echo "Running PIDs: ${pids[@]}"
7470
fi
7571

7672
echo "Starting Notary Server..."
@@ -80,6 +76,9 @@ notary_pid=$!
8076
popd
8177
pids+=($notary_pid)
8278

79+
echo "All requested servers have started. Press Ctrl+C to stop the servers."
80+
echo "Running PIDs: ${pids[@]}"
81+
8382
# Wait indefinitely until Ctrl+C is pressed
8483
wait
8584

0 commit comments

Comments
 (0)