-
I have a script which I run from cron. Although I always make a point of picking random start times I fully accept the logic behind the random delay in these scenarios. But when something isn't working and I need to test my script at the commandline, the random delay is a major pain! My script redirects lego's output to a logfile, so although (AIUI) lego tries to detect the difference between automated and non-automated runs depending on whether STDOUT is a TTY, clearly lego doesn't recognise my scenario as non-automated. What is the correct way for me to handle this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello, you can use the flag |
Beta Was this translation helpful? Give feedback.
Hello,
you can use the flag
--no-random-sleep
https://go-acme.github.io/lego/usage/cli/options/