diff --git a/installer/ogboot_installer.py b/installer/ogboot_installer.py index cb4fffe..b476745 100755 --- a/installer/ogboot_installer.py +++ b/installer/ogboot_installer.py @@ -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")