]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wiki/templates/default/cron_wiki_dump.erb
Change the wiki dump cron job to something that might work
[chef.git] / cookbooks / wiki / templates / default / cron_wiki_dump.erb
diff --git a/cookbooks/wiki/templates/default/cron_wiki_dump.erb b/cookbooks/wiki/templates/default/cron_wiki_dump.erb
deleted file mode 100644 (file)
index 4ed8c8a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-# DO NOT EDIT - This file is being maintained by Chef
-
-cd <%= @basepath %>/maintenance
-php dumpBackup.php --full > "<%= @dumppath %>/dump.xml"