mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
||||
|
||||
export LC_ALL=C
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||
|
||||
if [ -z $1 ]; then
|
||||
DATE=`/bin/date +%Y%m%dT%H%M%S`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue