Command line interface dows not work, wrong node path
Closed this issue · 1 comments
pbando commented
Command line interface does not work:
volumio@volumio3:~$ /volumio/app/plugins/system_controller/volumio_command_line_client/commands/playback.js
-bash: /volumio/app/plugins/system_controller/volumio_command_line_client/commands/playback.js: /bin/node: bad interpreter: No such file or directory
volumio@volumio3:~$ whereis node
node: /usr/bin/node /usr/include/node
Ananysis:
Wrong node path in script js files: #!/bin/node
Instead, it should be: #!/usr/bin/node