mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
Update networkhammer.sh
fix issue root@OpenWrt:~# sh networkhammer.sh Hammering the network to gw.home.lan. Hit Ctl-C to cancel networkhammer.sh: line 7: True: not found
This commit is contained in:
parent
ac41bf23f5
commit
79d0dc5321
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
echo "Hammering the network to gw.home.lan. Hit Ctl-C to cancel"
|
||||
while True;
|
||||
while true;
|
||||
do
|
||||
./netperfrunner.sh -H gw.home.lan
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue