mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fix ping commandline parameter
This commit is contained in:
parent
ab4c4de989
commit
34682b3bb0
@ -249,7 +249,7 @@ setup_common() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# a hacking way to activate vSwitch under VMware
|
# a hacking way to activate vSwitch under VMware
|
||||||
ping -n -c 3 -deadline 5 $GW
|
ping -n -c 3 -w 5 $GW
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_dnsmasq() {
|
setup_dnsmasq() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user