Update run.sh

This commit is contained in:
2024-09-30 16:55:13 -05:00
parent cd53b9edd3
commit 2800189279

2
run.sh
View File

@@ -17,7 +17,7 @@ if [ "${2}" == "q" ]; then
fi
if ([ "${1}" == "check" ] && [ "$(date +%M)" == "15" ]) || [ "${1}" == "" ]; then
MMUPDATECHECK
#MMUPDATECHECK
fi
if ([ "${1}" == "update" ] && [ -z ${2+x} ]) || [ "${1}" == "setup" ] || [ "${1}" == "test" ]; then