Skip to content

Commit f39a107

Browse files
authored
ref(entrypoint): fix typo to allow logfile to be set (iterativo-git#157)
1 parent 9ce503e commit f39a107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limit_time_real_cron = ${LIMIT_TIME_REAL_CRON}
4444
list_db = ${LIST_DB}
4545
log_db = ${LOG_DB}
4646
log_db_level = ${LOG_DB_LEVEL}
47-
logfile = ${logfile}
47+
logfile = ${LOGFILE}
4848
log_handler = ${LOG_HANDLER}
4949
log_level = ${LOG_LEVEL}
5050
max_cron_threads = ${MAX_CRON_THREADS}

0 commit comments

Comments
 (0)