mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
- Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
This commit is contained in:
parent
23dcd084a4
commit
d52affe658
22 changed files with 385 additions and 757 deletions
|
|
@ -24,11 +24,11 @@ if test -f "$SNAP_COMMON/mongodb.log"; then
|
|||
rm -f "$SNAP_COMMON/mongodb.log"
|
||||
fi
|
||||
|
||||
# If uploads directory does not exist, create it.
|
||||
# Not in use. If uploads directory does not exist, create it.
|
||||
# Wekan will store attachments there.
|
||||
if [ ! -d "$SNAP_COMMON/uploads" ]; then
|
||||
mkdir "$SNAP_COMMON/uploads"
|
||||
fi
|
||||
#if [ ! -d "$SNAP_COMMON/uploads" ]; then
|
||||
# mkdir "$SNAP_COMMON/uploads"
|
||||
#fi
|
||||
|
||||
# Alternative: When starting MongoDB, and using logfile, truncate log to last 1000 lines of text.
|
||||
# 1) If file exists:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue