浏览代码

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 !
Lauri Ojansivu 3 天之前
父节点
当前提交
98f141d62f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      snap-src/bin/mongodb-control

+ 1 - 1
snap-src/bin/mongodb-control

@@ -43,7 +43,7 @@ fi
 export MONGO_LOG_DESTINATION="snapcommon"
 export MONGO_LOG_DESTINATION="snapcommon"
 
 
 # Set MongoDB data directory
 # 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
 # Create MongoDB data directory if it doesn't exist
 if [ ! -d "$MONGO_DATA_DIR" ]; then
 if [ ! -d "$MONGO_DATA_DIR" ]; then