From 95e1e6330fdcc6c09682fc3784d08e2fba50aa85 Mon Sep 17 00:00:00 2001 From: Ville Ranki Date: Wed, 16 Mar 2022 23:44:21 +0200 Subject: [PATCH] Doc and run script fixes --- README.md | 2 +- run.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 run.sh diff --git a/README.md b/README.md index d6e8e68..e5b9694 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,7 @@ If your user is not pi, modify hemppa.service first. ``` bash sudo ln -s `pwd` /opt/hemppa -sudo ln -s hemppa.service /lib/systemd/system +sudo ln -s `pwd`/hemppa.service /lib/systemd/system sudo systemctl daemon-reload sudo systemctl enable hemppa.service sudo systemctl start hemppa.service diff --git a/run.sh b/run.sh old mode 100644 new mode 100755