slartibartfast wrote: > If I type > where sh > in a terminal connected to the Pi I get > -bash: where: command not found > I can see sh at /bin/sh in WinSCP. > My script starts > #!/bin/bash > Is that wrong? > > Sent from my Pixel 3a using Tapatalk
Ah, I have no pCP at the moment. If you have "/bin/bash" then you can use that, else use "/bin/sh" - whichever you use needs to exist on your system. But you need to "chmod +x /home/pi/zaireeka.sh" to make the shell script itself executable. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=115927 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
