mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Removed a small bug of running setup always
This commit is contained in:
parent
9ba327f0dd
commit
29d20265c1
@ -299,8 +299,7 @@ def main():
|
||||
logger.info('Script prefix - %s', cfg.server_dir)
|
||||
|
||||
module_loader.load_modules()
|
||||
|
||||
if arguments.setup is not None:
|
||||
if arguments.setup:
|
||||
run_setup_and_exit(arguments.setup)
|
||||
|
||||
if arguments.diagnose:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user