Fix bug in start script

This commit is contained in:
Antonio Calanducci 2023-11-06 16:45:05 +01:00
parent 28dcff38ea
commit 66601c7557
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ -n "$EXIST_HOME" ]; then
for dir in {data,logs,attachments}; do
ln -s /gcube-data/db/${dir} $EXIST_HOME/webapp/WEB-INF/${dir}
done
elif
else
echo "Move failed: data already exists on NFS"
exit 1
fi