More work on monitless installer
This commit is contained in:
parent
51a95fb989
commit
eefe8910cf
9 changed files with 121 additions and 12 deletions
|
@ -7,7 +7,7 @@ from media.monitor.config import MMConfig
|
|||
def main(global_config, log_config):
|
||||
""" function to run hosted install """
|
||||
mm_config = MMConfig(global_config)
|
||||
log = setup_logger( log_config, mm_config['logpath'] )
|
||||
log = setup_logger( log_config, mm_config['media-monitor']['logpath'] )
|
||||
setup_global(log)
|
||||
launch_instance('hosted_install', '/', global_config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue