From 1aa33908ff8562acf8a6c109993944f92ebc5a0d Mon Sep 17 00:00:00 2001 From: Adam Cummins <108574142+A-Cummins528@users.noreply.github.com> Date: Sun, 10 May 2026 09:11:33 +1000 Subject: [PATCH] Fixed typo in startup command for InkyPi service Updated command to start InkyPi service for troubleshooting. Fixed typo --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 855c3350f..2b2d7984d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -46,7 +46,7 @@ sudo systemctl restart inkypi.service If the InkyPi service is not running, try manually running the startup script to diagnose. This should output the logs to the terminal and make it easier to troubleshoot any errors: ```bash -sudo /usr/local/bin/inkypi -d +sudo /usr/local/bin/inkypi run -d ``` ## API Key not configured