From f5a25a965f1542d5a2d5368ab7219daf8281c76a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 30 Jun 2023 19:37:18 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 9010628..307c04e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -50,7 +50,7 @@ MMCRONCHECK(){ echo "update services crontask triggered" if [ $(expr `date +%s` - $(stat -c %Y ${TMPFOLDER}/vers.info)) -gt 600 ]; then echo "updating services executing" - # /usr/local/bin/mm update-allservices ${1} >/dev/null 2>&1 + /usr/local/bin/mm update-allservices ${1} >/dev/null 2>&1 echo "$(date) - Updated All Services" >> $logfile else echo "not updating"