Skip to content

Commit 2fc0f47

Browse files
authored
Update device-update-howto-proxy-updates.md
The command of restarting Device Update agent that is mentioned at step#5 is incorrect. It should be "deviceupdate-agent" instead of "adu-agent".
1 parent fd4b0a7 commit 2fc0f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub-device-update/device-update-howto-proxy-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This tutorial uses an Ubuntu Server 18.04 LTS virtual machine (VM) as an example
8787
5. Restart the Device Update agent:
8888

8989
```sh
90-
sudo systemctl restart adu-agent
90+
sudo systemctl restart deviceupdate-agent
9191
```
9292

9393
### Set up mock components

0 commit comments

Comments
 (0)