Hi,
I'm trying to run a bash script from a custom buttom in Kodi (Estuary mod)
The script called "ActualizarTVH.sh" is located in "/Storage", and runs fine from ssh command line.
I called the script using System.Exec("") command in this way:
When I run the button nothing happens.
In the log does not write anything
Any idea why doesn't work?
Thanks in advance.