mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-248: install cloud-scripts twice during upgrade
This commit is contained in:
parent
f7ebb76f57
commit
bf1295e797
|
|
@ -46,6 +46,7 @@ function doinstall() {
|
|||
|
||||
function doupdate() {
|
||||
yum update --enablerepo='cloud-temp' 'cloud-*' || return $?
|
||||
rpm -Uvh --force cloud-scripts-*.rpm
|
||||
}
|
||||
|
||||
function doremove() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue