Removed a small bug of running setup always

This commit is contained in:
Hemanth Kumar Veeranki 2016-08-01 18:49:35 +05:30 committed by Sunil Mohan Adapa
parent 9ba327f0dd
commit 29d20265c1
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

View File

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