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:
baguswahyu 2020-05-17 18:58:28 +08:00 committed by GitHub
parent ac41bf23f5
commit 79d0dc5321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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