summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/webhogg/run
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-03 16:49:24 +0200
committernatrixaeria <janng@gmx.de>2019-06-03 16:49:24 +0200
commit0c4b79f25fd412173db60ceef8bbb03c4dec5287 (patch)
treeac83c0e9cff53639412a7ff47632d5692c36ae6c /WebInterface/wasm/webhogg/run
parent42b376226a4d31612b945feb45636496c1f8772b (diff)
Add working multithreading to webserver
Diffstat (limited to 'WebInterface/wasm/webhogg/run')
-rwxr-xr-xWebInterface/wasm/webhogg/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/wasm/webhogg/run b/WebInterface/wasm/webhogg/run
index 76ca728..484835a 100755
--- a/WebInterface/wasm/webhogg/run
+++ b/WebInterface/wasm/webhogg/run
@@ -3,4 +3,4 @@
wasm-pack build --release --target web
python update.py
sh killpy
-sh deploy
+python3 deploy.py -d -a 0.0.0.0:8080