X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fconsole;h=8443321e1aff57d664c72c3b491e775c4f5c765c;hb=508801bbaf7b9c5e144bf7ab9763a342ab80f176;hp=fa570c3beb90680e74a11bb9edf97e62dc8aba68;hpb=97358b9b35233c732be555c5a261ff5d487ad894;p=kivitendo-erp.git diff --git a/scripts/console b/scripts/console index fa570c3be..8443321e1 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 @@ -132,7 +132,7 @@ __END__ =head1 NAME -scripts/console - Lx Office Console +scripts/console - Lx-Office console =head1 SYNOPSIS