Add a path on NFS to distinguish between hosts

This commit is contained in:
Antonio Calanducci 2023-11-22 10:46:13 +01:00
parent b526519e72
commit 70ce2d4ecd
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@
# fi
mkdir -p /gcube-data/db/{data,logs,attachments}
mkdir -p /gcube-data/persisted
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" ]