Revision f6833afc
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
scripts/console | ||
---|---|---|
18 | 18 |
|
19 | 19 |
my $login = shift || $::lx_office_conf{console}{login} || 'demo'; |
20 | 20 |
my $history_file = $::lx_office_conf{console}{history_file} || '/tmp/lxoffice_console_history.log'; # fallback if users is not writable |
21 |
my $debug_file = $::lx_office_conf{Console}{log_file} || '/tmp/lxoffice_console_debug.log';
|
|
21 |
my $debug_file = $::lx_office_conf{console}{log_file} || '/tmp/lxoffice_console_debug.log';
|
|
22 | 22 |
my $autorun = $::lx_office_conf{console}{autorun}; |
23 | 23 |
|
24 | 24 |
# will be configed eventually |
Auch abrufbar als: Unified diff
Konfigurationsabschnittsnamen werden klein geschrieben