bundles/octoprint: allow 'sudo /usr/bin/vcgencmd'
This commit is contained in:
parent
577c3c7c49
commit
84a78f5fec
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ defaults = {
|
|||
'users': {
|
||||
'octoprint': {
|
||||
'home': '/opt/octoprint',
|
||||
'sudo_commands': {
|
||||
'/usr/bin/vcgencmd',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue