Fix indentation for logging and sleep commands in runtest.sh
This commit is contained in:
parent
f71d683275
commit
4beafbe674
1 changed files with 3 additions and 3 deletions
|
@ -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}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue