Skip to content
Snippets Groups Projects
Commit 95f8d072 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

As a workaround, fixed ipaddress until this script is rewitten in lua

parent 88658d37
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ if [ "$1" == "--send" ]; then
ts=$(date +%s)
mac=$(lua -e 'print(require("gluon.sysconfig").primary_mac)')
target_host=$(lua -e 'print(require("gluon.site_config").debugserver.host)')
target_port=$(lua -e 'print(require("gluon.site_config").debugserver.liveport)')
target_host='fdca:ffee:ff12:a254::da7a'
target_port=1337
tf=/tmp/live-debug.dat
datapath="ffpb.debug.${mac}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment