Hello, I'm trying to generate a cronjob in Amazon Web Services (aws), tried it in several ways but it does not work. Here is the code:
* / 2 * * * * / usr / bin / curl link
using only
/ usr / bin / curl link
Direct works normally, only the scheduled task does not. Could someone tell me what the problem is? Thanks!