X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/484e4eeb4be5b37d70458501c222077cafd61c76..a1780627367305e7bd8987ad71fec090cda8743f:/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 index a84d2c58d..4ed8c8a68 100644 --- a/cookbooks/wiki/templates/default/cron_wiki_dump.erb +++ b/cookbooks/wiki/templates/default/cron_wiki_dump.erb @@ -1,3 +1,5 @@ #!/bin/bash # DO NOT EDIT - This file is being maintained by Chef +cd <%= @basepath %>/maintenance +php dumpBackup.php --full > "<%= @dumppath %>/dump.xml"