make ping actually end
--HG-- extra : convert_revision : 6932d050a821abc7871bc73051688a986dcea364
This commit is contained in:
parent
1c243d66a2
commit
e77aa3d212
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ echo "100000" > /proc/sys/net/core/netdev_max_backlog
|
||||||
echo -n "waiting for server..."
|
echo -n "waiting for server..."
|
||||||
netcat -c -l -p 8000
|
netcat -c -l -p 8000
|
||||||
|
|
||||||
ping $SERVER
|
ping -c 5 $SERVER
|
||||||
/sbin/m5 exit
|
/sbin/m5 exit
|
||||||
|
|
Loading…
Reference in a new issue