diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-28 14:22:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-28 14:22:40 -0300 |
commit | f4f16d2cb85b356061b5036d7917667b40d5493d (patch) | |
tree | 11e4112f595033f0571d4d7f0684bd8d92d9de82 | |
parent | 93d729b5e1bfd2e6e794c3f0b1d3fb00e6adf891 (diff) | |
download | puppet-pmwiki-f4f16d2cb85b356061b5036d7917667b40d5493d.tar.gz puppet-pmwiki-f4f16d2cb85b356061b5036d7917667b40d5493d.tar.bz2 |
Scaping config file
-rw-r--r-- | templates/pmwiki.sh.erb | 4 |
1 files 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 <?php if (!defined('PmWiki')) exit(); -$ScriptUrl = "https://$site.<%= domain %>"; -$EnablePathInfo = 1; +\$ScriptUrl = "https://$site.<%= domain %>"; +\$EnablePathInfo = 1; EOF } |