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:
parent
1c8c05ae04
commit
a84efeb5d5
@ -14,4 +14,4 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
BASEDIR=$(dirname $0)
|
BASEDIR=$(dirname $0)
|
||||||
sudo python -u $BASEDIR/nrgpio.py $@
|
python -u $BASEDIR/nrgpio.py $@
|
||||||
|
Loading…
Reference in New Issue
Block a user