Skip to content

Commit

Permalink
Update networkhammer.sh
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baguswahyu authored May 17, 2020
1 parent ac41bf2 commit 79d0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkhammer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79d0dc5

Please sign in to comment.