Commit 3f377aca13ad32765ed9bafdbd6545d1a5846168

Authored by Alexis Koralewski
1 parent 6fbe2e20
Exists in dev

fix new-start

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pyros.py
... ... @@ -1101,7 +1101,7 @@ def new_start(configfile: str, observatory: str, unit: str, computer_hostname: s
1101 1101 # current_processes.append(
1102 1102 # [execProcessFromVenvAsync(cmd), "webserver", -1])
1103 1103 # Start AgentSST (process)
1104   - agent_name = "agentSST"
  1104 + agent_name = "AgentSST"
1105 1105 agent_folder = AGENTS.get(agent_name)
1106 1106 current_dir = os.getcwd()
1107 1107  
... ...