From a4892674233f17dcc7ab72a15ba4d57571f29ba4 Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Wed, 20 May 2015 12:39:13 +0200 Subject: [PATCH] logging the end of the run --- patch-control.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch-control.sh b/patch-control.sh index e9a07af..ba4878d 100644 --- a/patch-control.sh +++ b/patch-control.sh @@ -170,6 +170,7 @@ zenity --question \ let 'run_duration_seconds = ${run_duration} * 60' sleep ${run_duration_seconds} +log "Run ${run_number} finished." zenity --info --text="Run ${run_number} finished!" exit 0 -- GitLab