From 3f377aca13ad32765ed9bafdbd6545d1a5846168 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Thu, 6 Oct 2022 16:57:21 +0200 Subject: [PATCH] fix new-start --- pyros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyros.py b/pyros.py index 7618d84..7e1be2e 100755 --- a/pyros.py +++ b/pyros.py @@ -1101,7 +1101,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