Fix indentation for logging and sleep commands in runtest.sh

This commit is contained in:
Yaro Kasear 2025-05-02 14:37:21 -05:00
parent f71d683275
commit 4beafbe674

View file

@ -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}'