X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=WebThing;h=1f480643b116ee138c01da8436ee77738fcf4eb3;hb=2744fefc32dbe9b59a570f6515d51121b8fcfbe3;hp=022be94259ab5945199f3892ba8bedf2a3f55c29;hpb=b8f9b3854c2f1e841aec6be499df119e0e97e1f0;p=WebThing.git diff --git a/WebThing b/WebThing index 022be94..1f48064 100755 --- a/WebThing +++ b/WebThing @@ -1,6 +1,6 @@ #!/bin/sh -WEBTHING_HOME=`dirname "$0"` +export WEBTHING_HOME=`dirname "$0"` # We change directories because we don't have a proper configuration # architecture, yet. @@ -8,4 +8,4 @@ cd "$WEBTHING_HOME" export LD_LIBRARY_PATH=$WEBTHING_HOME:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH -exec mono $WEBTHING_HOME/main.exe "$@" +exec mono $WEBTHING_HOME/WebThingMain.exe "$@"