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

typo corrected

parent 5cbe0d46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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