Update mm-scripts.sh
This commit is contained in:
@@ -45,13 +45,13 @@ MMCRONCHECK(){
|
|||||||
[ ${#OUT} = 0 ] && /bin/ip route add default via 10.10.0.1
|
[ ${#OUT} = 0 ] && /bin/ip route add default via 10.10.0.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [ -f ${TMPFOLDER}/mm.stop ]; then
|
if [ -f ${TMPFOLDER}/mm.stop ]; then
|
||||||
# /usr/local/bin/mm check q >/dev/null 2>&1
|
/usr/local/bin/mm check q >/dev/null 2>&1
|
||||||
# else
|
else
|
||||||
# echo -e "$(date) - Starting log #############################" >> ${outputlogfile}
|
echo -e "$(date) - Starting log #############################" >> ${outputlogfile}
|
||||||
# /usr/local/bin/mm check q >> ${outputlogfile}
|
/usr/local/bin/mm check q >> ${outputlogfile}
|
||||||
# echo -e "$(date) - Finished log #############################" >> ${outputlogfile}
|
echo -e "$(date) - Finished log #############################" >> ${outputlogfile}
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user