From f8bf3fe5e0e1c858a3b639a8f63f92ce7c78aa3a Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Mon, 15 Nov 2021 12:48:38 -0600 Subject: [PATCH] Incorrect directory in README.md allsky.sh is in allsky, not allsky/scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d7deadb..a2a931833 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ sudo systemctl status allsky Starting the program from the terminal can be a great way to track down issues as it provides debug information. To start the program manually, make sure the service is stopped (see above), then run: ``` -cd scripts +cd allsky ./allsky.sh ```