From 16bd07d87e747a40b760cff2a9e6925046f2f224 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 7 Aug 2019 01:45:35 +0300 Subject: [PATCH] Use pkill in stop script --- script/stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/stop b/script/stop index 5b027c0..a3a9e69 100755 --- a/script/stop +++ b/script/stop @@ -1,2 +1,2 @@ #!/bin/sh -kill -9 $(pgrep java) +pkill -9 java