Fix Snap Candidate WeKan 8.00-8.06 commit ae01ea5 database directory from /var/snap/wekan/common/wekan back to 8.07 /var/snap/wekan/common.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-20 16:42:28 +03:00
parent 85dd213b14
commit 98f141d62f

View file

@ -43,7 +43,7 @@ fi
export MONGO_LOG_DESTINATION="snapcommon"
# Set MongoDB data directory
export MONGO_DATA_DIR="${SNAP_COMMON}/wekan"
export MONGO_DATA_DIR="${SNAP_COMMON}"
# Create MongoDB data directory if it doesn't exist
if [ ! -d "$MONGO_DATA_DIR" ]; then