mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-221: Force symlink if any existing symlink
Force symlink, in case there is an existing symlink but the file it links to does not exist.
This commit is contained in:
parent
46fd79388c
commit
a52f4462bf
@ -403,7 +403,7 @@ fi
|
|||||||
|
|
||||||
mkdir -p $target/webapps7080
|
mkdir -p $target/webapps7080
|
||||||
if [ ! -h $target/webapps7080/awsapi ]; then
|
if [ ! -h $target/webapps7080/awsapi ]; then
|
||||||
ln -s $root/webapps7080/awsapi $target/webapps7080/awsapi
|
ln -sf $root/webapps7080/awsapi $target/webapps7080/awsapi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
jars=`ls $root/lib`
|
jars=`ls $root/lib`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user