Bug 8268 follow-up: rewrite config correctly
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Problem fixed.
This commit is contained in:
parent
66d3dcbbef
commit
d944df2272
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ $prefix = $ENV{'INSTALL_BASE'} || "/usr";
|
|||
"__KOHA_GROUP__" => "koha",
|
||||
"__ZEBRA_PASS__" => "zebrastripes",
|
||||
"__ZEBRA_USER__" => "kohauser",
|
||||
'__BACKUP_DIR__' => "$prefix/var/spool",
|
||||
'__INTRANET_CGI_DIR__' => "$prefix/intranet/cgi-bin",
|
||||
'__INTRANET_TMPL_DIR__' => "$prefix/intranet/templates",
|
||||
'__INTRANET_WWW_DIR__' => "$prefix/intranet/www",
|
||||
|
|
Loading…
Reference in a new issue