Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are attempting to run a script, but the file path has a space in the name:
/opt/TIDAL/order process/wait.sh
We are currently getting this error:
-bash: /opt/TIDAL/order: No such file or directory
The problem is the space in the file name. I am still looking for a solution to the issue, but so far no luck. The only other option would be to change the file name to not have a space. Using an underscore instead of a space worked for us.