Create directory on NFS for storing Resource Manager state

This commit is contained in:
Antonio Calanducci 2023-11-21 15:23:06 +01:00
parent 708ff33c83
commit e5543ed528
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
# fi
mkdir -p /gcube-data/db/{data,logs,attachments}
mkdir -p /gcube-data/persisted
if [ -z "$GLOBUS_LOCATION" ]