diff --git a/mm-scripts.sh b/mm-scripts.sh index 5f335b2..dec25ec 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -61,7 +61,7 @@ MMCRONCHECK(){ elif [ $(date +%H)$(date +%M) -ge 0300 ] && [ $(date +%H)$(date +%M) -le 0305 ] ; then if [ $(expr `date +%s` - $(stat -c %Y ${MMFOLDER}/.git/index)) -ge 600 ]; then /usr/local/bin/mm update-allservices >/dev/null 2>&1 - echo "$(date) - Updated MM Scripts" >> $logfile + echo "$(date) - Updated MM Scripts to v${VERS}" >> $logfile fi fi