mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 04:04:15 +02:00
[improvement][trim] 'disk.trim_after_update' changed to 'disk.trim.after_upgrade'
This commit is contained in:
@@ -47,7 +47,9 @@ def read_config(update_file: bool = False) -> dict:
|
||||
},
|
||||
'store_root_password': True,
|
||||
'disk': {
|
||||
'trim_after_update': False
|
||||
'trim': {
|
||||
'after_upgrade': False
|
||||
}
|
||||
},
|
||||
'backup': {
|
||||
'enabled': True,
|
||||
|
||||
Reference in New Issue
Block a user