mirror of https://github.com/apache/cloudstack.git
Bug 12194 - Ubuntu init script can fall into infinite loop
Bug 11723 - (Ubuntu Install) Management Server service won't restart patch from community status 11723: resolved fixed
This commit is contained in:
parent
55175fb2fd
commit
761069440e
|
|
@ -37,10 +37,10 @@ wait_for_network() {
|
|||
if ip addr show cloudbr0 |grep -w inet > /dev/null 2>&1; then
|
||||
break
|
||||
else
|
||||
sleep 1
|
||||
let i=$i+1
|
||||
continue
|
||||
fi
|
||||
sleep 1
|
||||
let i=$i+1
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue