]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/thinkup/templates/default/backup.cron.erb
Fix typos
[chef.git] / cookbooks / thinkup / templates / default / backup.cron.erb
index b5b6c75bb0a8a040c3f519ab01857a845938dfa7..ecdba2ec4f2c90118d52f0cbaeb7a69a5164e5fd 100644 (file)
@@ -7,7 +7,7 @@ D=$(date +%Y-%m-%d)
 B=thinkup-$D.tar.gz
 
 mkdir $T/thinkup-$D
-mysqldump --user=thinkup --password=<% @passwords["database"] %> --opt thinkup > $T/thinkup-$D/thinkup.sql
+mysqldump --user=thinkup --password=<%= @passwords["database"] %> --opt thinkup > $T/thinkup-$D/thinkup.sql
 ln -s /srv/thinkup.openstreetmap.org $T/thinkup-$D/www
 
 export GZIP="--rsyncable -9"