refs #477 Adds ogboot daemon configuration

ogboot_installer
Luis Gerardo Romero Garcia 2024-07-01 17:14:10 +02:00
parent 1fed0c6130
commit 1dc0877f6c
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ if subprocess.run(["echo", "$?"]).returncode != 0:
logger.error("Error setup nginx")
logger.info("Configure ogboot daemon")
setup_nginx()
install_oglive_daemon()
if subprocess.run(["echo", "$?"]).returncode != 0:
logger.error("Error configure ogboot daemon")