commit:d5d6e90e3540f1a6fcdf832d0ac015416534d4ae
author:Chip Black
committer:Chip Black
date:Mon Jan 4 03:08:56 2010 -0600
parents:244a23ca48e6cf2d863870f5a9e4253693183ad5
Rejigger lib path
diff --git a/WebThing b/WebThing
line changes: +2/-2
index 1f48064..25cddfd
--- 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