mirror of https://github.com/apache/cloudstack.git
Fix haproxy directory issue in buildsystemvm.sh
This commit is contained in:
parent
8023d9486e
commit
fbc19041ab
|
|
@ -413,6 +413,8 @@ services() {
|
|||
mkdir -p ./usr/share/cloud
|
||||
mkdir -p ./usr/local/cloud
|
||||
mkdir -p ./root/.ssh
|
||||
#Fix haproxy directory issue
|
||||
mkdir -p ./var/lib/haproxy
|
||||
|
||||
/bin/cp -r ${scriptdir}/config/* ./
|
||||
chroot . chkconfig xl2tpd off
|
||||
|
|
|
|||
Loading…
Reference in New Issue