From 754d63ce4cb8ed7fc2fcbb710b5af8411b77e8ab Mon Sep 17 00:00:00 2001 From: bernis Date: Thu, 30 Mar 2017 16:57:19 +0200 Subject: [PATCH] fixed: example rc.local --- rc.local.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.local.example b/rc.local.example index 6b076ce..b7d17c3 100644 --- a/rc.local.example +++ b/rc.local.example @@ -11,8 +11,8 @@ sudo pigpiod echo "pigpiod started" sleep 2 -cd /home/pi/baroness && sudo ./restart.sh' & +cd /home/pi/baroness && sudo ./restart.sh & echo "baroness started" +#sleep 2 exit 0 -