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