diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-19 17:16:20 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-19 17:16:20 -0200 |
commit | f6c5668ea3e6e0a8c665e7e1952880e7f0456357 (patch) | |
tree | c3dbb3cc86a7dec11fdc375ed896eb02880ed6f4 | |
parent | 1b5c378e634d3ff95c6953972b275d32ef0a535f (diff) | |
download | puppet-wordpress-f6c5668ea3e6e0a8c665e7e1952880e7f0456357.tar.gz puppet-wordpress-f6c5668ea3e6e0a8c665e7e1952880e7f0456357.tar.bz2 |
Minor fix
-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 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/ } |