stop using sudo for Pi gpio access

(as PI user doesn’t need it) - other users must be in gpio group
This commit is contained in:
Dave Conway-Jones
2017-05-08 09:04:26 +01:00
parent 1c8c05ae04
commit a84efeb5d5

View File

@@ -14,4 +14,4 @@
#
BASEDIR=$(dirname $0)
sudo python -u $BASEDIR/nrgpio.py $@
python -u $BASEDIR/nrgpio.py $@