From d3f596a32d19fa5abc701e9f490875b4427b48bc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2011 17:54:48 -0200 Subject: Renaming wordpress folder --- templates/wordpress.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ } -- cgit v1.2.3