From 205402f5f2b26b92fb40769ad25046c5baa7bcca Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Fri, 31 May 2019 15:24:57 +0200 Subject: Add easy-to-use python webserver --- WebInterface/wasm/webhogg/deploy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'WebInterface/wasm/webhogg/deploy') diff --git a/WebInterface/wasm/webhogg/deploy b/WebInterface/wasm/webhogg/deploy index 01bc036..6284564 100755 --- a/WebInterface/wasm/webhogg/deploy +++ b/WebInterface/wasm/webhogg/deploy @@ -1,4 +1,3 @@ #!/bin/sh -#killall darkhttpd -#darkhttpd . --addr 127.0.0.1 --port 8080 --mimetypes mimes -python3 deploy.py +killall python3 +python3 deploy.py -d -- cgit v1.2.3-54-g00ecf