From 25a1f4c2acf050a28c037db55b2440ffdfbafc7c Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Wed, 7 Jul 2021 09:40:13 -0700
Subject: [PATCH] Change signal to SIGTERM

---
 smokeinfra/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smokeinfra/run.sh b/smokeinfra/run.sh
index 2723d9c..552ae36 100755
--- a/smokeinfra/run.sh
+++ b/smokeinfra/run.sh
@@ -97,7 +97,7 @@ fi
 
 # Kill the last server
 echo "KILLING SERVER 0 EARLY"
-kill -2 $PID_SERVER_KILLED
+kill -15 $PID_SERVER_KILLED
 # Wait for node to handle kill signal
 sleep 30
 
-- 
GitLab