From e27f62935b32155d53c322844e695f9e5ac17206 Mon Sep 17 00:00:00 2001
From: Rick Carback <rick@privategrity.com>
Date: Fri, 22 May 2020 18:43:54 +0000
Subject: [PATCH] syntax erro

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

diff --git a/basice2e/run.sh b/basice2e/run.sh
index 8c1a305..d4a7a7e 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -71,7 +71,7 @@ jobs -p > results/serverpids
 
 finish() {
     echo "STOPPING SERVERS AND GATEWAYS..."
-    if [ -z "NSYSENABLED" ]; then
+    if [ -z "$NSYSENABLED" ]; then
         nsys shutdown --kill=sigterm
     fi
     # NOTE: jobs -p doesn't work in a signal handler
-- 
GitLab