Determine webclient path by the python module it is contained in

This commit is contained in:
Mark Haines 2014-11-04 16:19:03 +00:00
parent 4e52f9699b
commit dca3ba2f77
2 changed files with 5 additions and 2 deletions

View file

@ -41,6 +41,6 @@ for port in 8080 8081 8082; do
done
echo "Starting webclient on port 8000..."
python "demo/webserver.py" -p 8000 -P "$DIR/webserver.pid" "webclient"
python "demo/webserver.py" -p 8000 -P "$DIR/webserver.pid" "syweb/webclient"
cd "$CWD"