From 07930712dba73df5ad8206cb5f21b5fd31eb6bac Mon Sep 17 00:00:00 2001
From: Michael Schwarz <me@oscarminus.de>
Date: Sun, 6 Jul 2014 21:30:16 +0200
Subject: [PATCH] Wrong port

---
 ffpb/ffpb-debug/files/bin/ffpb-debug-live | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffpb/ffpb-debug/files/bin/ffpb-debug-live b/ffpb/ffpb-debug/files/bin/ffpb-debug-live
index 89be105..366d1d3 100755
--- a/ffpb/ffpb-debug/files/bin/ffpb-debug-live
+++ b/ffpb/ffpb-debug/files/bin/ffpb-debug-live
@@ -5,7 +5,7 @@ if [ "$1" == "--send" ]; then
 
 	mac=$(lua -e 'print(require("gluon.sysconfig").primary_mac)')
 	target_host='fdca:ffee:ff12:a254::da7a'
-	target_port=1337
+	target_port=1338
 
 	tf=/tmp/live-debug.dat
 	datapath="ffpb.debug.${mac}"
-- 
GitLab