- Official Post
I assume you forgot to type /storage in the crontab? Or, does that work?
I have finally forced cron to work on my RPi by running "systemctl start cron" evidently that forced cron to sync it's clock to the system clock.
[hr]
If I add a before.sh or after.sh, are you guys are talking Linux and assuming we all know to add
#!/bin/sh
at the top of the script and the chmod 755 script.name?Or, that is not needed?
I also gather those scripts go into /storage/.kodi/userdata/addon_data/service.webgrabplus ?
Neither shbang, nor chmod are needed. The service expects before.sh and after.sh to be in the addon home folder.