Skip to content

Commit

Permalink
pkill fbsd style
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Aug 20, 2024
1 parent fd56ab5 commit 7794f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ init_vars()
KL_CMD="pkill"
KL_CMD_TERM="pkill -x"
KL_NAME="${BIN_HIDDEN_NAME_RX}"
KL_CMD_RUNCHK_UARG=("-x" "-0" "-U${UID}")
KL_CMD_RUNCHK_UARG=("-0" "-x" "-U${UID}")
elif command -v killall >/dev/null; then
KL_CMD="killall"
KL_CMD_TERM="killall"
Expand Down

0 comments on commit 7794f1a

Please sign in to comment.