diff --git a/bin/webui-server b/bin/webui-server index 3ffd8e4..0afdef5 100755 --- a/bin/webui-server +++ b/bin/webui-server @@ -10,4 +10,6 @@ fi HOST=`jq -r .web.host $CFGFILE` PORT=`jq -r .web.port $CFGFILE` +#TODO FIXME !!!! +killall php php -S $HOST:$PORT $ROOT/server.php \ No newline at end of file