Skip to content

Commit e39417e

Browse files
committed
scripts: use new binary name instead of dbsp_pipeline_manager in start_manager.sh
Signed-off-by: Lalith Suresh <lalith@feldera.com>
1 parent ffdc28b commit e39417e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/start_manager.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ DEFAULT_BIND_ADDRESS="127.0.0.1"
2424
BIND_ADDRESS="${2:-$DEFAULT_BIND_ADDRESS}"
2525

2626
# Kill manager. pkill doesn't handle process names >15 characters.
27-
pkill dbsp_pipeline_
27+
pkill pipeline-manag
2828

2929
# Wait for manager process to exit.
30-
while ps -p $(pgrep dbsp_pipeline_) > /dev/null; do sleep 1; done
30+
while ps -p $(pgrep pipeline-manag) > /dev/null; do sleep 1; done
3131

3232
set -ex
3333

0 commit comments

Comments
 (0)