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

Commit f0f62cc

Browse files
authored
Merge pull request #197 from exfinen/fix-message
Fix message
2 parents e32403c + 1bcc44e commit f0f62cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

run_servers.sh

+3-4
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)