I am trying the cd into /storage/.kodi/userdata to run a python app. I can do it with a cli command.
cd /storage/.kodi/userdata
fails with a no such directory error.
what do I need to do?
I can cd and execute the python script using a ssh cli just will not work with a shell script that I want to run with cron. If I run the script in the directory the shell script will execute the python script . CD is the problem not python.