You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed method to systemd because it's easier to test/confirm it's working. I believe the issue was the -it flag on docker run command which requires a TTY that could not be obtained.
Apr 10 06:25:01 worker.mirrors-qa.kiwix.org CRON[911870]: (root) CMD (test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; })
test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
properly collects therefresh_proton
script (run-parts --list /etc/cron.daily
as well)The text was updated successfully, but these errors were encountered: