Commit fbd4597ef33431da75700df59e838bc77b8f5506

Authored by Alexis Koralewski
1 parent 20c3d7c1
Exists in dev

Revert "fix new-start"

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