summaryrefslogtreecommitdiff
path: root/templates/wordpress.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wordpress.sh.erb')
-rw-r--r--templates/wordpress.sh.erb2
1 files changed, 1 insertions, 1 deletions
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/
}