Skip to content

Commit ae47756

Browse files
Update device-update-raspberry-pi.md
1 parent 1e9ee7b commit ae47756

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/iot-hub-device-update/device-update-raspberry-pi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,21 +180,21 @@ Two configuration files must be on the device so that Device Update for IoT Hub
180180
181181
1. Use the following command to show the files located in the `/adu/` directory. You should see both of your configuration files.du-diagnostics-config.json files for editing by using:
182182
183-
```bash
184-
ls -la /adu/
185-
```
183+
```bash
184+
ls -la /adu/
185+
```
186186
187187
1. Restart the Device Update system daemon to make sure that the configurations were applied. Use the following command within the terminal logged in to the `raspberrypi`:
188188
189-
```bash
189+
```bash
190190
systemctl start deviceupdate-agent
191-
```
191+
```
192192
193193
1. Check that the agent is live by using the following command:
194194
195-
```bash
195+
```bash
196196
systemctl status deviceupdate-agent
197-
```
197+
```
198198
199199
You should see the status appear as alive and green.
200200

0 commit comments

Comments
 (0)