From 450a9c25fcbcd4c904a712c8e2b568c06e8e10bb Mon Sep 17 00:00:00 2001
From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com>
Date: Mon, 19 Oct 2015 11:58:34 +0200
Subject: [PATCH] hardcoded address updated to a most generic address

---
 patch-control.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patch-control.sh b/patch-control.sh
index 43b5cb1..ac303c2 100755
--- a/patch-control.sh
+++ b/patch-control.sh
@@ -244,7 +244,7 @@ PROCS=(${PROCS[*]} $!)
 zenity --question \
        --text="Would you like to open the DetectorManager GUI?" \
        --title="Question (at $(date))" \
-       --cancel-label="No, thanks" && firefox http://10.0.1.201:1302/gui/main.htm &
+       --cancel-label="No, thanks" && firefox http://localhost:8102/gui/main.htm &
 PROCS=(${PROCS[*]} $!)
 
 # Wait the end of the run
-- 
GitLab