mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 09:56:04 -04:00
Determine webclient path by the python module it is contained in
This commit is contained in:
parent
4e52f9699b
commit
dca3ba2f77
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue