Originally created by @D4rk4 on GitHub (Mar 31, 2017).
If i try run directly from TSH all working fine, if i try run under cron i get message "ERROR: This script requires curl."
Originally created by @D4rk4 on GitHub (Mar 31, 2017).
If i try run directly from TSH all working fine, if i try run under cron i get message "ERROR: This script requires curl."
Then please adjust your PATH line in your crontab. this script runs fine under FreeBSD.
$ which curl
Gives you a hint where the executable lives; then add this folder to the PATH for cron. that should be somewhere in the crontab.
@rumpelsepp commented on GitHub (Mar 31, 2017):
Then please adjust your PATH line in your crontab. this script runs fine under FreeBSD.
```
$ which curl
```
Gives you a hint where the executable lives; then add this folder to the PATH for cron. that should be somewhere in the crontab.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @D4rk4 on GitHub (Mar 31, 2017).
If i try run directly from TSH all working fine, if i try run under cron i get message "ERROR: This script requires curl."
@rumpelsepp commented on GitHub (Mar 31, 2017):
Then please adjust your PATH line in your crontab. this script runs fine under FreeBSD.
Gives you a hint where the executable lives; then add this folder to the PATH for cron. that should be somewhere in the crontab.