mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +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)
|
logger.info('Script prefix - %s', cfg.server_dir)
|
||||||
|
|
||||||
module_loader.load_modules()
|
module_loader.load_modules()
|
||||||
|
if arguments.setup:
|
||||||
if arguments.setup is not None:
|
|
||||||
run_setup_and_exit(arguments.setup)
|
run_setup_and_exit(arguments.setup)
|
||||||
|
|
||||||
if arguments.diagnose:
|
if arguments.diagnose:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user