diff --git a/run-document-server.sh b/run-document-server.sh index d48e4a4..b44a913 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -33,7 +33,6 @@ fi if [ "${RELEASE_DATE}" != "${PREV_RELEASE_DATE}" ]; then if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then - mkdir -p ${PRIVATE_DATA_DIR} IS_UPGRADE="true"; fi fi @@ -576,6 +575,7 @@ if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then if [ "${IS_UPGRADE}" = "true" ]; then upgrade_db_tbl + mkdir -p ${PRIVATE_DATA_DIR} echo ${RELEASE_DATE} > ${DS_RELEASE_DATE} fi