From b886bfe80a9eee7fce3f89995f4b075d0c1e592b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 5 Jul 2023 22:06:51 +0530 Subject: damb: use sigkill to make sure the target is dead --- damb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damb b/damb index 6614aaf..61167c2 100755 --- a/damb +++ b/damb @@ -72,7 +72,7 @@ main() stop) while read -r process do - kill -2 "$process" + kill -9 "$process" done < "$pid_file" rm "$pid_file" -- cgit v1.2.3