diff options
| author | 2019-01-06 01:07:58 +0100 | |
|---|---|---|
| committer | 2019-01-06 01:07:58 +0100 | |
| commit | 6c423881d09fe7f3b52987359e74579c6f2025e3 (patch) | |
| tree | 606aedb4c35516e12d7d9e7297bac18d3696f64f /Docker/entrypoint.sh | |
| parent | 802c264574902ea44c2c76ae098a6f58911fe114 (diff) | |
Forgotten cron fix
https://github.com/FreshRSS/FreshRSS/pull/2208
Diffstat (limited to 'Docker/entrypoint.sh')
| -rwxr-xr-x | Docker/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/entrypoint.sh b/Docker/entrypoint.sh index ba5d12bf2..d4e1808bc 100755 --- a/Docker/entrypoint.sh +++ b/Docker/entrypoint.sh @@ -6,7 +6,7 @@ chown -R :www-data . chmod -R g+r . && chmod -R g+w ./data/ if [ -n "$CRON_MIN" ]; then - sed -r -i "\#FreshRSS#s#^[^ ]+ #$CRON_MIN #" /var/spool/cron/crontabs/www-data + sed -r -i "\#FreshRSS#s#^[^ ]+ #$CRON_MIN #" /var/spool/cron/crontabs/root fi exec "$@" |
