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:
@@ -90,5 +90,5 @@ cron "certbot" do
|
||||
hour "0,12"
|
||||
minute 0
|
||||
mailto "ops@kosmos.org"
|
||||
command "cronic /usr/bin/certbot renew"
|
||||
command "cronic /usr/bin/certbot renew -q"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user