From 4beafbe674a1d1045fa4eff7fbcacb4799a341fe Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Fri, 2 May 2025 14:37:21 -0500 Subject: [PATCH] Fix indentation for logging and sleep commands in runtest.sh --- runtest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtest.sh b/runtest.sh index 8f19771..c420f9e 100755 --- a/runtest.sh +++ b/runtest.sh @@ -82,10 +82,10 @@ SUDO_KEEPALIVE_PID=$! if [ "$LISTENER_ENABLED" -eq 0 ]; then log "Starting kismet..." sudo systemctl start kismet -fi -log "Saturating the capture..." -sleep "$LEAD_TIME" + log "Saturating the capture..." + sleep "$LEAD_TIME" +fi get_tx_failed() { iw dev "$INTERFACE" station dump | awk '/tx failed/ {print $3}'