mirror of https://github.com/apache/cloudstack.git
appliance: fix missing statement
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
eca528dec7
commit
a3fa59eaf1
|
|
@ -110,7 +110,7 @@ install_packages() {
|
|||
|
||||
# do a final update and upgrade
|
||||
apt-get update
|
||||
apt-get -y --force-yes
|
||||
apt-get -y --force-yes upgrade
|
||||
}
|
||||
|
||||
setup_accounts() {
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ install_packages() {
|
|||
|
||||
# do a final update and upgrade
|
||||
apt-get update
|
||||
apt-get -y --force-yes
|
||||
apt-get -y --force-yes upgrade
|
||||
}
|
||||
|
||||
setup_accounts() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue