diff --git a/website-map/templates/scripts.yaml b/website-map/templates/scripts.yaml index 04845e3..de093b5 100644 --- a/website-map/templates/scripts.yaml +++ b/website-map/templates/scripts.yaml @@ -10,7 +10,7 @@ data: apk add bash echo "*/10 * * * * /bin/bash /map.update.sh" >> /etc/crontabs/root echo "Starting cron" - crond -f -L /proc/1/fd/1 -l 2 + crond -f -L /proc/1/fd/1 -l 6 echo "Error: Cron exited" map.update.sh: | #!/bin/bash