mirror of https://github.com/apache/cloudstack.git
CS-15376
Need to change rpm spec to deploy awsapi in its own webapps folder
This commit is contained in:
parent
c4cf065a3f
commit
318d2aedbd
|
|
@ -432,8 +432,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