]> git.openstreetmap.org Git - chef.git/commitdiff
Escape % in crontab
authorTom Hughes <tom@compton.nu>
Sun, 2 Mar 2014 11:57:39 +0000 (11:57 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 2 Mar 2014 11:57:39 +0000 (11:57 +0000)
cookbooks/tile/templates/default/render-lowzoom.cron.erb

index b516a3d6b7426ddcd44a246e8d36a3ebaa5dfba6..73236c82c741ddb2909f09a905e1f269cff0fee7 100644 (file)
@@ -1,3 +1,3 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-0 1 1-7 * * tile test $(date +%u) -eq 7 && /usr/local/bin/render-lowzoom
+0 1 1-7 * * tile test $(date +\%u) -eq 7 && /usr/local/bin/render-lowzoom