I have a script that I want to execute from anther machine. I have a client that sends the command for starting the script.
The problem is that the script calls another script which is not run, because it can't find it.
If I run the first script from the machine it succeeded.
I tried to set the PATH
env, but it seems that doesn't help.