@saponga Just remembered I forgot to remind you that you have to change the shebang too. This is why the bash workaround failed. Code: ##Replace bin/sh for bin/bash at the top of the script. ##Like... #!/bin/bash ##Then run from terminal as "bash opt/... " Let me know if you have any more trouble.
##Replace bin/sh for bin/bash at the top of the script. ##Like... #!/bin/bash ##Then run from terminal as "bash opt/... "