1
0
Fork 1
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:
Caleb Connolly 2024-06-06 15:05:46 +02:00 committed by Oliver Smith
parent de4c912692
commit d9e1da98b2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
8 changed files with 52 additions and 203 deletions

View file

@ -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: