Skip to content

Commit 749706b

Browse files
committed
Kill local operator process before starting new one
1 parent c7ed845 commit 749706b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SHELL := /bin/bash
2121
# Cortex
2222

2323
devstart:
24-
@./dev/operator_local.sh || true
24+
@kill $(shell pgrep -f rerun); ./dev/operator_local.sh || true
2525

2626
killdev:
2727
@kill $(shell pgrep -f rerun)

0 commit comments

Comments
 (0)