From 83fdb715a2bc777ecc7c68544494d82e8c32d590 Mon Sep 17 00:00:00 2001 From: dw-0 Date: Thu, 27 Jun 2024 18:09:06 +0200 Subject: [PATCH] refactor: remove redundant steps ocoeverywhere already takes care of Signed-off-by: Dominik Willner --- kiauh/components/octoeverywhere/octoeverywhere_setup.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kiauh/components/octoeverywhere/octoeverywhere_setup.py b/kiauh/components/octoeverywhere/octoeverywhere_setup.py index 4ee52dd..518288b 100644 --- a/kiauh/components/octoeverywhere/octoeverywhere_setup.py +++ b/kiauh/components/octoeverywhere/octoeverywhere_setup.py @@ -98,14 +98,7 @@ def install_octoeverywhere() -> None: for moonraker in mr_instances: oe_im.current_instance = Octoeverywhere(suffix=moonraker.suffix) oe_im.create_instance() - oe_im.enable_instance() - oe_im.start_instance() - cmd_sysctl_manage("daemon-reload") - - # TODO: probably done by OE already? - # add to moonraker update manager - patch_moonraker_conf(mr_instances) mr_im.restart_all_instance() Logger.print_dialog(