From 10f142a1a05acb98a175ccb0326fb0c1d3e3713f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 16 Jan 2020 06:49:16 +0200 Subject: Add LD_LIBRARY_PATH. --- snap-src/bin/mongodb-restore | 1 + 1 file changed, 1 insertion(+) (limited to 'snap-src/bin/mongodb-restore') 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" -- cgit v1.2.3-1-g7c22