Skip to content

Commit 2a2733c

Browse files
committed
Remove one ' too many
1 parent a8b503b commit 2a2733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/User-Guide_Advanced-Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ To change the boot verbosity, alter the `verbosity=` line in `/boot/armbianEnv.t
289289
If your SBC behaves strange, the first step is to check the power supply and the integrity of the boot media as detailed in the [_Troubleshooting_](User-Guide_Troubleshooting.md) section. Also, run
290290

291291
```sh
292-
armbianmonitor -c "$HOME"`
292+
armbianmonitor -c "$HOME"
293293
```
294294

295295
Then look into your kernel logs. Armbian also provides a tool that grabs some information and pastes it to an online pasteboard service. Please increase the boot verbosity to its maximum level (`verbosity=7`) as shown above, reboot and then run:

0 commit comments

Comments
 (0)