Search found 1 match

by nf8c
Sun Jan 15, 2023 6:38 am
Forum: Software Support
Topic: CRON to run bash script
Replies: 1
Views: 4132

CRON to run bash script

I'm trying to run a bash script every minute to send data to a webhook. The shell script is working just fine in shell. I think I must be messing something up in cron. I have tried many variations. Anyone have an idea? * * * * * root /usr/local/bin/webhook.sh EDIT: Although I would like to get this ...