mirror of https://github.com/apache/cloudstack.git
add CloudStack.cfg.xml from cloudbridge conf folder to cloudstack conf folder
This commit is contained in:
parent
540f4e1431
commit
22f20e5fb9
|
|
@ -442,7 +442,7 @@ if [ "$1" == "1" ] ; then
|
|||
cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/
|
||||
done
|
||||
|
||||
confs="cloud-bridge.properties ec2-service.properties hibernate.cfg.xml log4j-cloud-bridge.xml"
|
||||
confs="cloud-bridge.properties ec2-service.properties hibernate.cfg.xml log4j-cloud-bridge.xml CloudStack.cfg.xml"
|
||||
for c in $confs
|
||||
do
|
||||
cp -f $root/conf/$c $target/conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue