From: ivan Date: Fri, 28 Mar 2003 21:59:16 +0000 (+0000) Subject: fix missing semicolon in apache export X-Git-Tag: freeside_1_5_0pre1~32 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=51ddce1cd517621308c85fac1a04e7f970ba8eba;p=freeside.git fix missing semicolon in apache export --- diff --git a/bin/apache.export b/bin/apache.export index 6142c92b4..ed85df7cf 100755 --- a/bin/apache.export +++ b/bin/apache.export @@ -43,7 +43,7 @@ foreach my $export ( @exports ) { } my $user = $export->option('user'); - my $httpd_conf = $export->option('httpd_conf') + my $httpd_conf = $export->option('httpd_conf'); $rsync->exec( { src => $file, @@ -55,7 +55,7 @@ foreach my $export ( @exports ) { } -close NAMED_CONF; +close HTTPD_CONF; # -----