From: Silvio Rhatto Date: Mon, 19 Dec 2011 19:54:48 +0000 (-0200) Subject: Renaming wordpress folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d3f596a32d19fa5abc701e9f490875b4427b48bc;p=puppet-wordpress.git Renaming wordpress folder --- diff --git a/templates/wordpress.sh.erb b/templates/wordpress.sh.erb index 83196c1..6ef3594 100644 --- a/templates/wordpress.sh.erb +++ b/templates/wordpress.sh.erb @@ -42,7 +42,7 @@ function wordpress_deploy { cd $BASE wget http://br.wordpress.org/wordpress-$new$LOCALE.zip unzip wordpress-$new$LOCALE.zip && rm wordpress-$new$LOCALE.zip - + mv wordpress wordpress-$new/ chown -R root.root wordpress-$new/ }