Skip to content
Snippets Groups Projects
Commit fb793bb5 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

address of the DM gui corrected

parent a2999d39
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,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/ &
--cancel-label="No, thanks" && firefox http://10.0.1.201:1302/gui/main.htm &
PROCS=(${PROCS[*]} $!)
# Wait the end of the run
......
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