X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=WebThing;h=c999914c63418b15bcf72b5326fb93ef76dcc88f;hb=1bff29702cf8ce8c1952d22243e4dc7a9df74105;hp=7d14c4beca5947eb07d6c2b5e6ae0bba62941d06;hpb=126f2111e41f6b2595ffde1de6828ef12246e545;p=WebThing.git diff --git a/WebThing b/WebThing index 7d14c4b..c999914 100755 --- a/WebThing +++ b/WebThing @@ -1,7 +1,9 @@ #!/bin/sh +cd `dirname "$0"` + export LD_LIBRARY_PATH=plugins:$LD_LIBRARY_PATH echo $LD_LIBRARY_PATH -exec mono main.exe +exec mono main.exe "$@"