Skip to content

Commit

Permalink
feat(cb2-11221): update bash to get pids
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangidas committed Mar 19, 2024
1 parent 653dcd1 commit 66be659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getDBPid.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
!/bin/sh

lsof -i:8014 | awk '{print $2}' | grep -v '^PID'
lsof -i:8014 | awk '{print $2}' | tail -1

0 comments on commit 66be659

Please sign in to comment.