volumio.sh and kernelsource

when I try to install kernelsource with the command ‘volumio kernelsource’ it complains about:
/volumio/app/plugins/system_controller/volumio_command_line_client/commands/kernelsource.sh: 6: /volumio/app/plugins/system_controller/volumio_command_line_client/commands/kernelsource.sh: function: not found
and
/volumio/app/plugins/system_controller/volumio_command_line_client/commands/kernelsource.sh: 62: /volumio/app/plugins/system_controller/volumio_command_line_client/commands/kernelsource.sh: Syntax error: “}” unexpected

Think calls in volumio.sh line 84 and 91 should be sudo -S bash instead of sudo -S sh (calling dash which does not recognice the function keyword)

You’re right, will fix it soon.