From 93d729b5e1bfd2e6e794c3f0b1d3fb00e6adf891 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Jun 2013 14:18:21 -0300 Subject: Oops --- templates/pmwiki.sh.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "; -- cgit v1.2.3