mirror of https://github.com/apache/cloudstack.git
port to master
commit 318d2aedbd
Author: frank <frank.zhang@citrix.com>
Date: Thu Jun 28 16:10:20 2012 -0700
CS-15376
Need to change rpm spec to deploy awsapi in its own webapps folder
This commit is contained in:
parent
6a79f2f0c8
commit
595ab41de6
|
|
@ -408,8 +408,9 @@ if [ "$1" == "1" ] ; then
|
|||
root=/usr/share/cloud/bridge
|
||||
target=/usr/share/cloud/management/
|
||||
|
||||
if [ ! -e $target/webapps/awsapi ]; then
|
||||
ln -s $root/webapps/awsapi $target/webapps/awsapi
|
||||
mkdir -p $target/webapps7080
|
||||
if [ ! -e $target/webapps7080/awsapi ]; then
|
||||
ln -s $root/webapps/awsapi $target/webapps7080/awsapi
|
||||
fi
|
||||
|
||||
jars=`ls $root/lib`
|
||||
|
|
|
|||
Loading…
Reference in New Issue