diff options
-rw-r--r-- | templates/wordpress.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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/ } |