From f19426cd0cf80c5c182a183c58d2312fce2ee377 Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 7 Feb 2023 18:31:30 +0000 Subject: [PATCH] change cron call to debian version --- docker-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entry.sh b/docker-entry.sh index 5676530..031ccf2 100644 --- a/docker-entry.sh +++ b/docker-entry.sh @@ -23,5 +23,5 @@ if [ ! -L /etc/snapraid.conf ]; then ln -s /config/snapraid.conf /etc/snapraid.conf fi -/usr/sbin/crond -d 6 -c /etc/crontabs -f +/usr/sbin/cron