From 6ef4fd9a2f96901e20b1afe2a9c9f764ebc12b1b Mon Sep 17 00:00:00 2001 From: pidor Date: Wed, 15 Mar 2017 17:00:16 +0000 Subject: [PATCH] gpio is now in repo and in the path --- scripts/close.sh | 4 ++-- scripts/open.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/close.sh b/scripts/close.sh index ca7495d..11bf20c 100755 --- a/scripts/close.sh +++ b/scripts/close.sh @@ -1,4 +1,4 @@ #!/bin/bash -/usr/local/bin/gpio mode 7 out -/usr/local/bin/gpio write 7 1 +gpio mode 7 out +gpio write 7 1 diff --git a/scripts/open.sh b/scripts/open.sh index 336061c..79658cb 100755 --- a/scripts/open.sh +++ b/scripts/open.sh @@ -1,4 +1,4 @@ #!/bin/bash -/usr/local/bin/gpio mode 7 out -/usr/local/bin/gpio write 7 0 +gpio mode 7 out +gpio write 7 0