mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-17 13:25:10 +03:00
more n more (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
de4c912692
commit
d9e1da98b2
8 changed files with 52 additions and 203 deletions
|
@ -225,7 +225,7 @@ def config(args: PmbArgs):
|
|||
pmb.config.save(args.config, config)
|
||||
elif args.value is not None:
|
||||
setattr(config, args.name, args.value)
|
||||
pmb.config.sanity_checks(args, config, False)
|
||||
pmb.config.sanity_checks(config)
|
||||
logging.info("Config changed: " + args.name + "='" + args.value + "'")
|
||||
pmb.config.save(args.config, config)
|
||||
elif args.name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue