Back to MongoDB 6.

Thanks to xet7 1
This commit is contained in:
Lauri Ojansivu 2024-01-28 13:17:44 +02:00
parent abddc8a864
commit 64592d734c
4 changed files with 69 additions and 67 deletions

View file

@ -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`