diff options
| author | 2023-07-19 15:36:13 -0600 | |
|---|---|---|
| committer | 2023-07-19 23:36:13 +0200 | |
| commit | c35a9ee061a31b5d4b19e63bbe9882a7ecdcb053 (patch) | |
| tree | dc5557d071977ad182ef1783c7e42c865e297503 /Docker/entrypoint.sh | |
| parent | d12bcefb5ae66d113517fffd725c71e739f127ae (diff) | |
Docker: Add DATA_PATH to cron env (#5531)
Diffstat (limited to 'Docker/entrypoint.sh')
| -rwxr-xr-x | Docker/entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/entrypoint.sh b/Docker/entrypoint.sh index 18fc88f92..1b25026b5 100755 --- a/Docker/entrypoint.sh +++ b/Docker/entrypoint.sh @@ -21,6 +21,7 @@ if [ -n "$CRON_MIN" ]; then echo "export COPY_LOG_TO_SYSLOG=$COPY_LOG_TO_SYSLOG" echo "export COPY_SYSLOG_TO_STDERR=$COPY_SYSLOG_TO_STDERR" echo "export FRESHRSS_ENV=$FRESHRSS_ENV" + echo "export DATA_PATH=$DATA_PATH" ) >/var/www/FreshRSS/Docker/env.txt sed </etc/crontab.freshrss.default \ -r "s#^[^ ]+ #$CRON_MIN #" | crontab - |
