chore: set cron default to match dtankdempse/thetvapp-m3u/

This commit is contained in:
2024-11-30 15:51:17 -07:00
parent 9f52b6bc64
commit d37a6edbdb
3 changed files with 4 additions and 4 deletions

2
run.sh
View File

@@ -19,7 +19,7 @@ set -f
# * * * * *
# #
ARG_CRON_TIME=$(echo ${REFRESH})
ARG_CRON_TIME=$(echo ${CRON_TIME})
if [ -z "${ARG_CRON_TIME}" ]; then
ARG_CRON_TIME="0/60 * * * *"