summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/mongodb-control
diff options
context:
space:
mode:
Diffstat (limited to 'snap-src/bin/mongodb-control')
-rwxr-xr-xsnap-src/bin/mongodb-control1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap-src/bin/mongodb-control b/snap-src/bin/mongodb-control
index 27420035..246c3acb 100755
--- a/snap-src/bin/mongodb-control
+++ b/snap-src/bin/mongodb-control
@@ -15,6 +15,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
# When starting MongoDB, if logfile exist, delete it, because now uses syslog instead of logfile,
# because syslog usually already has log rotation.