summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-19 17:54:48 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-19 17:54:48 -0200
commitd3f596a32d19fa5abc701e9f490875b4427b48bc (patch)
treed9282bfd03f196329a7718b6e86187fefa10e722
parentf6c5668ea3e6e0a8c665e7e1952880e7f0456357 (diff)
downloadpuppet-wordpress-d3f596a32d19fa5abc701e9f490875b4427b48bc.tar.gz
puppet-wordpress-d3f596a32d19fa5abc701e9f490875b4427b48bc.tar.bz2
Renaming wordpress folder
-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 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/
}