Skip to content

Commit a84efeb

Browse files
author
Dave Conway-Jones
committed
stop using sudo for Pi gpio access
(as PI user doesn’t need it) - other users must be in gpio group
1 parent 1c8c05a commit a84efeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodes/core/hardware/nrgpio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#
1515

1616
BASEDIR=$(dirname $0)
17-
sudo python -u $BASEDIR/nrgpio.py $@
17+
python -u $BASEDIR/nrgpio.py $@

0 commit comments

Comments
 (0)