mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-11 13:09:52 +02:00
6 lines
87 B
Bash
6 lines
87 B
Bash
|
#!/bin/sh
|
||
|
# https://github.com/dubiousjim/dcron/issues/13
|
||
|
set -e
|
||
|
|
||
|
/usr/sbin/crond "$@"
|