mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Properly fix setup argument checking
This commit is contained in:
parent
2deb8c1911
commit
69a7f847aa
@ -299,7 +299,7 @@ def main():
|
||||
logger.info('Script prefix - %s', cfg.server_dir)
|
||||
|
||||
module_loader.load_modules()
|
||||
if arguments.setup:
|
||||
if arguments.setup is not False:
|
||||
run_setup_and_exit(arguments.setup)
|
||||
|
||||
if arguments.diagnose:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user