Shell Command not working now

cmdPrn = "/home/jhgc-till/Documents/The\ Nursery/Gift\ Certs/ConvertPrint.go

cmdPrn is the command variable that am loading with the path /home/jhgc-till/Documents/The\ Nursery/Gift\ Certs/ then the last bit is ConvertPrint.go, which is my bash script I want triggered.

So I have the path defined as well as the script.

When you say set -x, where would I apply that?

Keep in mind that if I execute the actual script itself, it works. The html file is converted to PDF then printed to the called printer. But what is not happening is when I try to execute the same script from within my application (which worked before and works in another application I have, using the same script and command to execute) the script never fires off.

This is where I am uncertain of what is going on. My dev system has not changed nor has my production system. The only change is the till machine and that was added recently as a replacement to the production system as soon as I finish getting everything ironed out.