From 58be77f0b3a810feb41bd0605b412ff0603ecf2e Mon Sep 17 00:00:00 2001 From: charleszlu Date: Thu, 30 May 2019 07:49:48 +1000 Subject: [PATCH] Update docker-entrypoint.sh --- docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index d84167a..6586d2b 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -40,6 +40,7 @@ EOF else echo "Using cron.daily schedule..." fi +crontab /etc/crontab # Create the file echo "Creating the password file..."