mirror of https://github.com/apache/cloudstack.git
Fix typo
This commit is contained in:
parent
3baf61161a
commit
1b5f8e21a9
|
|
@ -105,7 +105,7 @@ install_packages() {
|
|||
apt-get update
|
||||
apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
|
||||
|
||||
apt-get --no-install-recommends -q -y --force=yes install radvd
|
||||
apt-get --no-install-recommends -q -y --force-yes install radvd
|
||||
}
|
||||
|
||||
setup_accounts() {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ install_packages() {
|
|||
|
||||
apt-get --no-install-recommends -q -y --force-yes install haproxy
|
||||
|
||||
apt-get --no-install-recommends -q -y --force=yes install radvd
|
||||
apt-get --no-install-recommends -q -y --force-yes install radvd
|
||||
}
|
||||
|
||||
setup_accounts() {
|
||||
|
|
@ -222,6 +222,7 @@ configure_services() {
|
|||
chkconfig --add cloud
|
||||
chkconfig cloud off
|
||||
chkconfig xl2tpd off
|
||||
chkconfig radvd off
|
||||
}
|
||||
|
||||
do_signature() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue