mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add LD_LIBRARY_PATH.
This commit is contained in:
parent
6a01170d86
commit
10f142a1a0
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ if [ -z "$LANG" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
if [ -z $1 ]; then
|
if [ -z $1 ]; then
|
||||||
DATE=`/bin/date +%Y%m%dT%H%M%S`
|
DATE=`/bin/date +%Y%m%dT%H%M%S`
|
||||||
|
|
|
@ -15,6 +15,7 @@ if [ -z "$LANG" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
# When starting MongoDB, if logfile exist, delete it, because now uses syslog instead of logfile,
|
# When starting MongoDB, if logfile exist, delete it, because now uses syslog instead of logfile,
|
||||||
# because syslog usually already has log rotation.
|
# because syslog usually already has log rotation.
|
||||||
|
|
|
@ -9,6 +9,7 @@ if [ -z "$LANG" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
# start mongodb backup
|
# start mongodb backup
|
||||||
[ "x" == "x${MONGODB_BIND_IP}" ] && MONGODB_BIND_IP="127.0.0.1"
|
[ "x" == "x${MONGODB_BIND_IP}" ] && MONGODB_BIND_IP="127.0.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue