From c5cceff01a86928f58cf80d348830ac793a60269 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 30 Sep 2024 16:55:30 -0500 Subject: [PATCH] Update run.sh --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index f82fa83..e2ed67a 100755 --- a/run.sh +++ b/run.sh @@ -16,9 +16,9 @@ if [ "${2}" == "q" ]; then [ "${1}" == "update" ] && echo -e "\n\n$(date) - Starting log #############################\n" >> ${MM_OUTPUT_LOGFILE} fi -if ([ "${1}" == "check" ] && [ "$(date +%M)" == "15" ]) || [ "${1}" == "" ]; then - #MMUPDATECHECK -fi +# if ([ "${1}" == "check" ] && [ "$(date +%M)" == "15" ]) || [ "${1}" == "" ]; then +# MMUPDATECHECK +# fi if ([ "${1}" == "update" ] && [ -z ${2+x} ]) || [ "${1}" == "setup" ] || [ "${1}" == "test" ]; then if curl -m 5 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then