From: Siraaj Khandkar Date: Fri, 22 Mar 2019 20:31:26 +0000 (-0400) Subject: Kill more thoroughly X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=f61a38feeee7194d7fb5a28a962f46ffafbfa0e2 Kill more thoroughly --- diff --git a/x4/sanity_check b/x4/sanity_check index 67d638b..4250b5a 100755 --- a/x4/sanity_check +++ b/x4/sanity_check @@ -12,7 +12,7 @@ sensors_kill_all() { kill -9 $(cat $pid_file) || true rm $pid_file done - pkill khatus_x4_sensor || true + pkill khatus_x4 || true } sensors_fork_all() {