slartibartfast wrote: 
> Do you think I should just use
> /home/pi/zaireeka.sh
> instead of 
> /home/pi/sh zaireeka.sh
> 
> Sent from my Pixel 3a using Tapatalk

Do you have "/home/pi/sh" as a command? Eve if you did You would need
"/home/pi/sh /home/pi/zaireeka.sh" The command that the script runs
(i.e. the first string) either needs to be in PATH or have an absolute
path (hence "/home/pi/sh") If you are using "/home/pi/sh" then the
second part is a parameter to "/home/pi/sh" so also needs to be an
absolute path.

But, if you add the "#/bin/bash" (or "#/bin/sh") at the start, you can
just make the script executable - "chmod +x name-of-script"



*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

Reply via email to