1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

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