Fixes --silent in conjuction with --config-url (#3465)
This commit is contained in:
parent
b062271b2c
commit
83a45e8f9f
|
|
@ -379,7 +379,7 @@ class ArchConfigHandler:
|
||||||
|
|
||||||
# amend the parameters (check internal consistency)
|
# amend the parameters (check internal consistency)
|
||||||
# Installation can't be silent if config is not passed
|
# Installation can't be silent if config is not passed
|
||||||
if args.config is None:
|
if args.config is None and args.config_url is None:
|
||||||
args.silent = False
|
args.silent = False
|
||||||
|
|
||||||
if args.debug:
|
if args.debug:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue