From 7636b0157f9cdf07240f8ad1f645ccb1bb81b1e1 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Thu, 4 Jul 2002 17:42:23 +0000 Subject: [PATCH] Fatal bug in installer.pl was trying to set httpduser variable in koha.conf before the variable had been initialized. --- installer.pl | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/installer.pl b/installer.pl index f5fb293c02..92a0080558 100644 --- a/installer.pl +++ b/installer.pl @@ -267,22 +267,6 @@ if ($input) { print "\n"; -#Create the configuration file -open(SITES,">$etcdir/koha.conf") or warn "Couldn't create file -at $etcdir. Must have write capability.\n"; -print SITES <$etcdir/koha.conf") or warn "Couldn't create file +at $etcdir. Must have write capability.\n"; +print SITES <