Skip to content

Commit 98f141d

Browse files
committed
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 !
1 parent 85dd213 commit 98f141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap-src/bin/mongodb-control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
export MONGO_LOG_DESTINATION="snapcommon"
4444

4545
# Set MongoDB data directory
46-
export MONGO_DATA_DIR="${SNAP_COMMON}/wekan"
46+
export MONGO_DATA_DIR="${SNAP_COMMON}"
4747

4848
# Create MongoDB data directory if it doesn't exist
4949
if [ ! -d "$MONGO_DATA_DIR" ]; then

0 commit comments

Comments
 (0)