Skip to content

Commit 1306f86

Browse files
Fix command
Remove extra space
1 parent e4de9a8 commit 1306f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/troubleshoot/update-agent-issues-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ As they are the directories of workspaces, the number of directories equals the
103103
To fix the issue, run the following command:
104104

105105
```
106-
sudo su omsagent -c 'python /opt/microsoft/omsconfig/Scripts/ PerformRequiredConfigurationChecks.py
106+
sudo su omsagent -c 'python /opt/microsoft/omsconfig/Scripts/PerformRequiredConfigurationChecks.py
107107
```
108108

109109
This command forces the omsconfig agent to talk to Azure Monitor and retrieve the latest configuration.
@@ -284,4 +284,4 @@ Passed: TCP test for {ods.systemcenteradvisor.com} (port 443) succeeded
284284

285285
## Next steps
286286

287-
[Troubleshoot Hybrid Runbook Worker issues](hybrid-runbook-worker.md).
287+
[Troubleshoot Hybrid Runbook Worker issues](hybrid-runbook-worker.md).

0 commit comments

Comments
 (0)