Fix ping commandline parameter

This commit is contained in:
Sheng Yang 2011-08-09 21:41:56 -07:00
parent 493538ec64
commit 5bc28e8a7e
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ setup_common() {
fi
# a hacking way to activate vSwitch under VMware
ping -n -c 3 -deadline 5 $GW
ping -n -c 3 -w 5 $GW
}
setup_dnsmasq() {