mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update example conf file with force_install_lockinstall
This commit is contained in:
parent
131ae92cc6
commit
67cb268324
|
|
@ -321,6 +321,15 @@ $dolibarr_cron_allow_cli='0';
|
|||
//
|
||||
// $php_session_save_handler='';
|
||||
|
||||
// force_install_lockinstall
|
||||
// If this value is set to a value, it forces the creation of a file install.lock once an upgrade process into a new version end.
|
||||
// The value is the octal value of permission to set on created file.
|
||||
// The file install.lock prevents the use of the migration process another time. You will have to delete it manually for
|
||||
// next upgrade.
|
||||
// Default value: '0'
|
||||
// Example: '444';
|
||||
// $force_install_lockinstall='440';
|
||||
|
||||
|
||||
|
||||
//##################
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user