mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-248: install cloud-scripts twice during upgrade
This commit is contained in:
parent
c6d92f7f90
commit
f78d9783f1
|
|
@ -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