Skip to content

Commit

Permalink
not 11
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 11, 2024
1 parent f49bbae commit 2347d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-map/templates/scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2347d7f

Please sign in to comment.