mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00: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…
x
Reference in New Issue
Block a user