From 2a1a51a73c3e6da32be1d3afafcb9ea461940730 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 9 Dec 2014 14:06:44 +0100 Subject: [PATCH] more info in log --- monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.sh b/monitor.sh index 52ab0f9..80f4eef 100755 --- a/monitor.sh +++ b/monitor.sh @@ -54,7 +54,7 @@ fi source $COUNTFILE RUN=$(expr $RUN + 1) > $COUNTFILE -echo "[INFO] Run $RUN -- $(date)" >> $LOGFILE +echo "[INFO] Starting Run $RUN -- $(date)" >> $LOGFILE if [ ! -e $TEMPDIR ]; then