ttrss/.docker/app/dcron.sh

6 lines
87 B
Bash

#!/bin/sh
# https://github.com/dubiousjim/dcron/issues/13
set -e
/usr/sbin/crond "$@"