From 642cc736d28aab379986f810271fda8a0e95a83d Mon Sep 17 00:00:00 2001
From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com>
Date: Wed, 20 May 2015 15:52:05 +0200
Subject: [PATCH] typo corrected

---
 patch-control.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/patch-control.sh b/patch-control.sh
index dbffcc2..78d90dd 100644
--- a/patch-control.sh
+++ b/patch-control.sh
@@ -165,7 +165,7 @@ daq.sh ${run_number} ${run_start_time} ${run_duration_seconds} >${daq_driver_log
 PROCS=(${PROCS[*]} $!)
 
 # Put notification mark in the system tray
-zenity --notification --text="Run ${run_number) is on going." &
+zenity --notification --text="Run ${run_number} is on going." &
 PROCS=(${PROCS[*]} $!)
 
 # Point the browser to the correct address, if required
@@ -179,7 +179,7 @@ end_run_time=`nowUTC`
 let "end_run_time=${end_run_time} + ${run_duration_seconds}"
 while [ `nowUTC` -lt ${end_run_time} ]; do
   let "eta=${end_run_time} - `nowUTC`"
-  notify-send "Run ${run_number) is on going. It will end in ${eta} seconds."
+  notify-send "Run ${run_number} is on going. It will end in ${eta} seconds."
   sleep 10
 done
 
-- 
GitLab