mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added Meteor-Files WRITEABLE_PATH for Sandstorm, Snap and Source.
Thanks to xet7 ! Related export WRITABLE_PATH=$SNAP_COMMON/wekan-uploads/
This commit is contained in:
parent
b378bb55ac
commit
cc0658a225
4 changed files with 11 additions and 4 deletions
|
@ -26,9 +26,11 @@ fi
|
|||
|
||||
# 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/wekan-uploads" ]; then
|
||||
mkdir "$SNAP_COMMON/wekan-uploads"
|
||||
fi
|
||||
|
||||
export WRITABLE_PATH=$SNAP_COMMON/wekan-uploads
|
||||
|
||||
# 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