From d5d6e90e3540f1a6fcdf832d0ac015416534d4ae Mon Sep 17 00:00:00 2001 From: Chip Black Date: Mon, 4 Jan 2010 03:08:56 -0600 Subject: [PATCH] Rejigger lib path --- WebThing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebThing b/WebThing index 1f48064..25cddfd 100755 --- a/WebThing +++ b/WebThing @@ -6,6 +6,6 @@ export WEBTHING_HOME=`dirname "$0"` # architecture, yet. cd "$WEBTHING_HOME" -export LD_LIBRARY_PATH=$WEBTHING_HOME:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$WEBTHING_HOME/lib:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH -exec mono $WEBTHING_HOME/WebThingMain.exe "$@" +exec mono $WEBTHING_HOME/WebThingMain.exe "$@" >/dev/null 2>&1 -- 2.25.1