Fix loop termination in runtest.sh to ensure proper execution flow
This commit is contained in:
parent
a97c7eadee
commit
d92621d2f0
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ while [ "$COUNTER" -lt "$NUM_TESTS" ]; do
|
||||||
sleep $TIME_BETWEEN
|
sleep $TIME_BETWEEN
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
done
|
||||||
|
|
||||||
echo "Stopping kismet..."
|
echo "Stopping kismet..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue