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