Not working in FreeBSD systems #210

Closed
opened 2025-12-29 01:18:58 +01:00 by adam · 1 comment
Owner

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."
adam closed this issue 2025-12-29 01:18:58 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#210