Skip to content

Commit

Permalink
fix: make kill more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
swalchemist committed Jul 12, 2023
1 parent b7c4c78 commit 0ed726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kill_uaa.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

jps | grep Bootstrap | cut -f 1 -d' ' | xargs kill
jps | grep Bootstrap | cut -f 1 -d' ' | xargs kill -HUP

0 comments on commit 0ed726b

Please sign in to comment.