From f4f16d2cb85b356061b5036d7917667b40d5493d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Jun 2013 14:22:40 -0300 Subject: Scaping config file --- 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 8a4b77f..429b881 100644 --- a/templates/pmwiki.sh.erb +++ b/templates/pmwiki.sh.erb @@ -135,8 +135,8 @@ EOF cat > $SITES/$site/wiki/local/config.php <<-EOF "; -$EnablePathInfo = 1; +\$ScriptUrl = "https://$site.<%= domain %>"; +\$EnablePathInfo = 1; EOF } -- cgit v1.2.3