diff --git a/bundles/octoprint/metadata.py b/bundles/octoprint/metadata.py index f1f419a..dc5a5c6 100644 --- a/bundles/octoprint/metadata.py +++ b/bundles/octoprint/metadata.py @@ -2,6 +2,9 @@ defaults = { 'users': { 'octoprint': { 'home': '/opt/octoprint', + 'sudo_commands': { + '/usr/bin/vcgencmd', + }, }, }, }