File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ sudo python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/
222
222
223
223
Run the following commands as root on the agent-based Linux Hybrid Worker:
224
224
225
- 1 . ``` python
225
+ 1 . ``` bash
226
226
sudo bash
227
227
```
228
228
229
- 1 . ``` python
229
+ 1 . ``` bash
230
230
rm -r /home/nxautomation
231
231
```
232
232
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
261
261
## Check version of Hybrid Worker
262
262
To check the version of agent-based Linux Hybrid Runbook Worker, go to the following path:
263
263
264
- ` vi/opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/VERSION `
265
-
264
+ ``` bash
265
+ sudo cat /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/VERSION
266
+ ```
266
267
The file * VERSION* has the version number of Hybrid Runbook Worker.
267
268
268
269
## Next steps
You can’t perform that action at this time.
0 commit comments