I was trying to create a flow on a Raspberry Pi to adjust the master volume of the Pi using an Exec node and the command amixer -q -M sset Master 50%
which works as expected from the command line but errors when using the Exec node.
The device is running as a FlowFuse remote instance and when I run the command amixer controls
directly from the command line to see the various sound interfaces, I get a completely different response than when I run the same command using the Exec node from Node-RED... any ideas?
