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