diff --git a/monitor.sh b/monitor.sh index 1604fd0..52ab0f9 100755 --- a/monitor.sh +++ b/monitor.sh @@ -54,6 +54,8 @@ fi source $COUNTFILE RUN=$(expr $RUN + 1) > $COUNTFILE +echo "[INFO] Run $RUN -- $(date)" >> $LOGFILE + if [ ! -e $TEMPDIR ]; then mkdir $TEMPDIR