Skip to content

Commit 396dd3e

Browse files
Merge pull request #235935 from msaenzbosupport/patch-16
[Doc-A-Thon]Updating code block
2 parents 776f17a + 45ee52a commit 396dd3e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/automation/automation-linux-hrw-install.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ sudo python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/
222222

223223
Run the following commands as root on the agent-based Linux Hybrid Worker:
224224

225-
1. ```python
225+
1. ```bash
226226
sudo bash
227227
```
228228

229-
1. ```python
229+
1. ```bash
230230
rm -r /home/nxautomation
231231
```
232232
1. Under **Process Automation**, select **Hybrid worker groups** and then your hybrid worker group to go to the **Hybrid Worker Group** page.
@@ -261,8 +261,9 @@ Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookW
261261
## Check version of Hybrid Worker
262262
To check the version of agent-based Linux Hybrid Runbook Worker, go to the following path:
263263

264-
`vi/opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/VERSION`
265-
264+
```bash
265+
sudo cat /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/VERSION
266+
```
266267
The file *VERSION* has the version number of Hybrid Runbook Worker.
267268

268269
## Next steps

0 commit comments

Comments
 (0)