Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
This is an issue i ran into when running scripts via cron. I am not sure if it applies here, but here try adding your path at the beginning of the script. Something like...export PATH="yourpath"
#!/bin/bash
PATH="/your/path"
...
This is an issue i ran into when running scripts via cron. I am not sure if it applies here, but here try adding your path at the beginning of the script. Something like...export PATH="yourpath"
This is an issue i ran into when running scripts via cron. I am not sure if it applies here, but here try adding your path at the beginning of the script. Something like...
This is an issue i ran into when running scripts via cron. I am not sure if it applies here, but here try adding your path at the beginning of the script. Something like...
export PATH="yourpath"