@
ZuinigeRijder OK I found all went well with 4 files into solis directory at /home/pi/solis.
Now to write the crontab lines.
The changed wireless keyboard I used will not function in command mode, so I have to change keyboards again.
I type crontab -e
That gets me #green comments, I scroll down and using copy and paste I copy the 2 lines
0 0 * * * ~/solis/solis.sh >> ~/solis/crontab.log 2>&1 then enter key
then
@reboot sleep 123 && ~/solis/solis.sh >> ~/solis/crontab.log 2>&1 then enter key
I googled and found ctrl+c exits without changes
Also ctrl+k+x saves changes and exits
now I have many options and it tells me what it will save the lines as but I have no idea what to do other than save and exit.
I didn't get any of this happening yesterday after entering the crontab stuff so maybe it just didn't work at all yesterday.
Now it says, no crontab for pi - using an empty one.
Installing new crontab.
So after that I rebooted and I now have a crontab.log which says
/bin/sh: 1: /home/pi/solis/solis.sh: permission denied
The crontab command seems to be in place though as I used crontab -l to list the following.