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
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
1 changed files with 1 additions and 1 deletions

View File

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