Add the quiet switch to the certbot command
It sends some messages to stderr otherwise
```
-q, --quiet Silence all output except errors. Useful for
automation via cron. Implies --non-interactive.
(default: False)
```
This commit is contained in:
parent
d879eb88b1
commit
6f98d07942
@ -90,5 +90,5 @@ cron "certbot" do
|
|||||||
hour "0,12"
|
hour "0,12"
|
||||||
minute 0
|
minute 0
|
||||||
mailto "ops@kosmos.org"
|
mailto "ops@kosmos.org"
|
||||||
command "cronic /usr/bin/certbot renew"
|
command "cronic /usr/bin/certbot renew -q"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user