Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ca055619

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID ca0556190d6b60e628d9b07b19f8af10960ba25f
  • Vorgänger 78c5d01b
  • Nachfolger b632cee8

Option in [debug], keine 'nologin' zu schreiben

Unterschiede anzeigen:

SL/User.pm
149 149
      }
150 150

  
151 151
      # update the tables
152
      if (!open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) {
152
      if (!$::lx_office_conf{debug}->{keep_installation_unlocked} && !open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) {
153 153
        $form->show_generic_error($main::locale->text('A temporary file could not be created. ' .
154 154
                                                      'Please verify that the directory "#1" is writeable by the webserver.',
155 155
                                                      $::lx_office_conf{paths}->{userspath}),
......
783 783
}
784 784

  
785 785
1;
786

  
config/kivitendo.conf.default
293 293

  
294 294
# The file name where the debug messages are written to.
295 295
file_name = /tmp/kivitendo-debug.log
296

  
297
# If set to 1 then the installation will be kept unlocked even if a
298
# database upgrade fails.
299
keep_installation_unlocked = 0

Auch abrufbar als: Unified diff