projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61408b8
)
Konfigurationsabschnittsnamen werden klein geschrieben
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 13 May 2011 12:18:44 +0000
(14:18 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 13 May 2011 12:18:44 +0000
(14:18 +0200)
scripts/console
patch
|
blob
|
history
diff --git
a/scripts/console
b/scripts/console
index
fa570c3
..
cef5cc1
100755
(executable)
--- 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{
C
onsole}{log_file} || '/tmp/lxoffice_console_debug.log';
+my $debug_file = $::lx_office_conf{
c
onsole}{log_file} || '/tmp/lxoffice_console_debug.log';
my $autorun = $::lx_office_conf{console}{autorun};
# will be configed eventually