Add changes

This commit is contained in:
Roman Demidov 2021-04-14 10:57:06 +03:00
parent acc15acd08
commit ecb2e456be

View file

@ -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