From 9c56b2ac91b3a93bf4d55b9a4850f5cad00e046c Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Fri, 2 May 2025 14:20:26 -0500 Subject: [PATCH] Refactor runtest.sh for improved clarity and reliability --- runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtest.sh b/runtest.sh index ecd849a..305add1 100755 --- a/runtest.sh +++ b/runtest.sh @@ -259,7 +259,7 @@ done if [ "$LISTENER_ENABLED" -eq 0 ]; then log "Stopping kismet..." - sudo systemctl stop kismetS + sudo systemctl stop kismet fi