This commit is contained in:
2023-03-01 22:04:05 -06:00
parent f6734a35db
commit 109f24f9c1
3 changed files with 16 additions and 17 deletions

4
run.sh
View File

@@ -11,6 +11,10 @@ else
source ${MMFOLDER}/settings.conf
fi
if ([ "${1}" == "check" ] && [ "$(date +%M)" == "15" ]) || [ "${1}" == "" ]; then
MMUPDATECHECK
fi
if [ "${1}" == "update" ]; then
if curl -m 15 -s --head --request GET https://git.schroedercity.com | grep "HTTP/2 200" > /dev/null; then
if [ "${2}" != "q" ]; then