From 2347d7fe43a87e8f1165cccdf4c4b916627db360 Mon Sep 17 00:00:00 2001 From: james-otten Date: Sun, 10 Nov 2024 22:06:18 -0500 Subject: [PATCH] not 11 --- website-map/templates/scripts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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