diff --git a/bin/make_init_and_rights.sh b/bin/make_init_and_rights.sh index 43ab1d93a5ab5c49764d097c43e9754fc3d7f132..9ecfa59c14e1eb03d6c3be7a48d4ac0554e4771c 100755 --- a/bin/make_init_and_rights.sh +++ b/bin/make_init_and_rights.sh @@ -195,6 +195,10 @@ function initData { logOkStep " Catalogue" mkdir -p ${DOCKERDIR}/data/catalogue/upload chmod o+rwx ${DOCKERDIR}/data/catalogue/upload + + mkdir -p ${DOCKERDIR}/data/catalogue/upload/ressources + chmod o+rwx ${DOCKERDIR}/data/catalogue/upload/ressources + mkdir -p ${DOCKERDIR}/data/catalogue/thumbnails chmod o+rwx ${DOCKERDIR}/data/catalogue/thumbnails