X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=WebThing;fp=WebThing;h=25cddfd9392b62134a2fc0b1ec686dcb7118e8b8;hb=d5d6e90e3540f1a6fcdf832d0ac015416534d4ae;hp=1f480643b116ee138c01da8436ee77738fcf4eb3;hpb=244a23ca48e6cf2d863870f5a9e4253693183ad5;p=WebThing.git 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