Good day. I'd like to ask for advice. I have a SH script that I would like to run once in a while ..
if I let it through SSH did what it has and everything works, but if it dam into crontab so does not work.
Libreelec stable last with RPi3
my listing looked like this:
SSH login. write console "crontab -e"
text to run "* * * * * /storage/.kodi/playlist/XX.sh"
ctrl + o save and exit
The script should get the pairing code from the address and write it to a file in the same directory. but via crontab the file is empty. via ssh command is all right.
can you please advise it to work via crontab? or is there any other way to run scripts at a certain time?