From fbd4597ef33431da75700df59e838bc77b8f5506 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Thu, 6 Oct 2022 17:02:56 +0200 Subject: [PATCH] Revert "fix new-start" --- pyros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyros.py b/pyros.py index a3e9d9e..c3a712f 100755 --- a/pyros.py +++ b/pyros.py @@ -1102,7 +1102,7 @@ def new_start(configfile: str, observatory: str, unit: str, computer_hostname: s # current_processes.append( # [execProcessFromVenvAsync(cmd), "webserver", -1]) # Start AgentSST (process) - agent_name = "AgentSST" + agent_name = "agentSST" agent_folder = AGENTS.get(agent_name) current_dir = os.getcwd() -- libgit2 0.21.2