mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
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:
parent
85dd213b14
commit
98f141d62f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue