From: Silvio Rhatto Date: Mon, 19 Dec 2011 19:16:20 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f6c5668ea3e6e0a8c665e7e1952880e7f0456357;p=puppet-wordpress.git Minor fix --- diff --git a/templates/wordpress.sh.erb b/templates/wordpress.sh.erb index cb1f08e..83196c1 100644 --- a/templates/wordpress.sh.erb +++ b/templates/wordpress.sh.erb @@ -41,7 +41,7 @@ function wordpress_deploy { # Deploy a fresh wordpress tree cd $BASE wget http://br.wordpress.org/wordpress-$new$LOCALE.zip - unzip wordpress-$new.zip && rm wordpress-$new.zip + unzip wordpress-$new$LOCALE.zip && rm wordpress-$new$LOCALE.zip chown -R root.root wordpress-$new/ }