From 66601c7557967386f04a635e5cc11ce2dc536cac Mon Sep 17 00:00:00 2001 From: Antonio Calanducci Date: Mon, 6 Nov 2023 16:45:05 +0100 Subject: [PATCH] Fix bug in start script --- src/gcube-start-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcube-start-container.sh b/src/gcube-start-container.sh index 53e09f1..63e817b 100644 --- a/src/gcube-start-container.sh +++ b/src/gcube-start-container.sh @@ -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