Update mm-scripts.sh
This commit is contained in:
@@ -47,9 +47,9 @@ MMCRONCHECK(){
|
||||
if [ -f ${MMFOLDER}/mm.stop ]; then
|
||||
/usr/local/bin/mm check q >/dev/null 2>&1
|
||||
else
|
||||
echo -e "\n\n$(date) - Starting log #############################\n" >> ${outputlogfile}
|
||||
echo -e "$(date) - Starting log #############################" >> ${outputlogfile}
|
||||
/usr/local/bin/mm check q >> ${outputlogfile}
|
||||
echo -e "\n$(date) - Finished log #############################" >> ${outputlogfile}
|
||||
echo -e "$(date) - Finished log #############################" >> ${outputlogfile}
|
||||
fi
|
||||
|
||||
# if [ $(date +%H)$(date +%u) -eq 4 ] && [ $(date +%H)$(date +%M) -ge 0400 ] && [ $(date +%H)$(date +%M) -le 0405 ] ; then
|
||||
|
||||
Reference in New Issue
Block a user