mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Back to MongoDB 6.
Thanks to xet7 1
This commit is contained in:
parent
abddc8a864
commit
64592d734c
4 changed files with 69 additions and 67 deletions
|
|
@ -9,7 +9,8 @@ if [ -z "$LANG" ]; then
|
|||
fi
|
||||
|
||||
export LC_ALL=C
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||
export PATH=/snap/${SNAP_NAME}/current/usr/bin:/snap/${SNAP_NAME}/current/bin:$PATH
|
||||
export LD_LIBRARY_PATH=/snap/${SNAP_NAME}/current/lib:/snap/${SNAP_NAME}/current/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||
|
||||
if [ -z $1 ]; then
|
||||
DATE=`/bin/date +%Y%m%dT%H%M%S`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue