Hello,
I’m facing an issue where my macOS shell script is being triggered on completion, but the parameters are not resolving as expected. I’m calling the script like this:
runoncompletion.sh "%local_path%" "%local_path2%"
However, when I print the parameters inside runoncompletion.sh, they literally appear as "%local_path%" and "%local_path2%" instead of the actual values.
Has anyone encountered this before or knows how to properly pass the parameters so they resolve correctly? Any help would be greatly appreciated.
Thanks !
Shell Script Parameters Not Expanding Correctly on macOS
- Posts: 1
- Joined: 13 Dec 2024