Hi, sorry for the delay. Are you using any relative pathing when calling the script? It is best to use absolute pathing whenever you can.
Also, we have found that sometimes is it necessary to do the following when calling scripts (as opposed to binaries) because of how the process forking is done:
launchprocess fullbinarypath=/bin/sh arguments=/path/to/your/script.sh script_param1 script_param2
Hope this helps!
Bryan