From 0d0f6fe61b937d11dd31f86f1ed47cf86751ca9b Mon Sep 17 00:00:00 2001 From: Xavier Garcia Date: Mon, 8 Jan 2018 20:38:58 +0100 Subject: [PATCH] Added logging level 6 to stderr --- docker-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entry.sh b/docker-entry.sh index 9437780..7eac9cc 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 -c /etc/crontabs -f +/usr/sbin/crond -d 6 -c /etc/crontabs -f