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