From: Moritz Bunkus Date: Fri, 13 May 2011 12:18:44 +0000 (+0200) Subject: Konfigurationsabschnittsnamen werden klein geschrieben X-Git-Tag: release-2.6.3~25^2~37^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f6833afc360371b619f842b2ad9de10f4d271be1;p=kivitendo-erp.git Konfigurationsabschnittsnamen werden klein geschrieben --- diff --git a/scripts/console b/scripts/console index fa570c3be..cef5cc12c 100755 --- a/scripts/console +++ b/scripts/console @@ -18,7 +18,7 @@ SL::LxOfficeConf->read; my $login = shift || $::lx_office_conf{console}{login} || 'demo'; my $history_file = $::lx_office_conf{console}{history_file} || '/tmp/lxoffice_console_history.log'; # fallback if users is not writable -my $debug_file = $::lx_office_conf{Console}{log_file} || '/tmp/lxoffice_console_debug.log'; +my $debug_file = $::lx_office_conf{console}{log_file} || '/tmp/lxoffice_console_debug.log'; my $autorun = $::lx_office_conf{console}{autorun}; # will be configed eventually