Dear Forum,
I have a - propably for most of you ridicolous question:
I have a simple script in my /storage/.config/autostart.sh that triggers an IR LED to switch my beamer on:
this works like a charm
Now I have setup the /storage/.config/autostop.sh to switch the beamer off in case of kodi shutdown (for this the IR signal has to be sent twice)
For some reason (cannot find the logs, propably do not have them active) this doesn't work.
I tried it with/without the sleep 5 at start.. same result
For the autostop.sh i did the following:
- created the file
- made it executable chmod +x autostop.sh
- gave it the same user rights as the autostart.sh
Code
-rwxr-xr-x 1 root root 394 Apr 6 18:25 autostart.sh
-rwxr-xr-x 1 root root 78 Apr 8 19:35 autostop.sh
What am I doing wrong or did I forget anything?
Thanks a lot in advance!
Hogo