Remove symlink creation in gcube-start-container

This commit is contained in:
Antonio Calanducci 2023-11-23 15:37:36 +01:00
parent 70ce2d4ecd
commit a239273b13
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@
# fi
# fi
mkdir -p /gcube-data/db/{data,logs,attachments}
mkdir -p $NFS_GCORE_PATH/persisted
mkdir $HOME/.gcore && chown gcube:gcube $HOME/.gcore
ln -s $NFS_GCORE_PATH/persisted $HOME/.gcore/
# mkdir -p /gcube-data/db/{data,logs,attachments}
# mkdir -p $NFS_GCORE_PATH/persisted
# mkdir $HOME/.gcore && chown gcube:gcube $HOME/.gcore
# ln -s $NFS_GCORE_PATH/persisted $HOME/.gcore/
if [ -z "$GLOBUS_LOCATION" ]