Skip to content

Commit a99234f

Browse files
committed
remove ineffective pid trap
1 parent 3c0135e commit a99234f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/run-clara

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ then
152152
--session recon --max-cores $threads \
153153
--max-sockets 5120 --report 5 \
154154
2>&1 | tee $CLARA_USER_DATA/log/dpe.log &
155-
pid=$!
156-
trap "kill -9 $pid; exit" EXIT
157155
set +v
158156
sleep 1
159157
unset JAVA_OPTS

0 commit comments

Comments
 (0)