mirror of https://github.com/apache/cloudstack.git
Fix ping commandline parameter
This commit is contained in:
parent
ba2ec7e770
commit
9a0a3f195c
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue