From: Silvio Rhatto Date: Fri, 28 Jun 2013 17:18:21 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=93d729b5e1bfd2e6e794c3f0b1d3fb00e6adf891;p=puppet-pmwiki.git Oops --- diff --git a/templates/pmwiki.sh.erb b/templates/pmwiki.sh.erb index 646f2d7..8a4b77f 100644 --- a/templates/pmwiki.sh.erb +++ b/templates/pmwiki.sh.erb @@ -124,7 +124,7 @@ function pmwiki_install { echo '' > $SITES/$site/wiki/field.php # Setup redirections - echo > $SITES/$site/wiki/.htaccess <<-EOF + cat > $SITES/$site/wiki/.htaccess <<-EOF Options +FollowSymLinks RewriteEngine on RewriteRule ^/?$ https://$site.<%= domain %>/Main/HomePage [R=permanent,QSA,L] @@ -132,7 +132,7 @@ RewriteRule ^([^/a-z].*) field.php?n=$1 [QSA,L] EOF # Setup config file - echo > $SITES/$site/wiki/local/config.php <<-EOF + cat > $SITES/$site/wiki/local/config.php <<-EOF ";