From 48bbf5bcfaea7fb3d47b72e0b6dbea0abf0da1c0 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Mon, 19 Aug 2019 10:41:06 +0200 Subject: [PATCH] Fixed crontab permissions. --- start_or_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start_or_update.sh b/start_or_update.sh index 3b81bc8..ac7c78f 100755 --- a/start_or_update.sh +++ b/start_or_update.sh @@ -1,5 +1,6 @@ #!/bin/bash sudo chown root. crontab +sudo chmod 644 crontab # --force-recreate is used to recreate container when crontab file has changed unset VERSION_PROXY VERSION_CRON VERSION_PROXY=$(git ls-remote ssh://git@git.scimetis.net:2222/yohan/docker-reverse-proxy.git| head -1 | cut -f 1|cut -c -10) \