summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/mongodb-restore
diff options
context:
space:
mode:
Diffstat (limited to 'snap-src/bin/mongodb-restore')
-rwxr-xr-xsnap-src/bin/mongodb-restore1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap-src/bin/mongodb-restore b/snap-src/bin/mongodb-restore
index cbc63437..e1570a48 100755
--- a/snap-src/bin/mongodb-restore
+++ b/snap-src/bin/mongodb-restore
@@ -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
# start mongodb backup
[ "x" == "x${MONGODB_BIND_IP}" ] && MONGODB_BIND_IP="127.0.0.1"