Skip to content

Commit

Permalink
Merge pull request #1006 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev -> master
  • Loading branch information
Dilshat authored Oct 22, 2019
2 parents 3713901 + c708e58 commit 2b33a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/discovery/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type handler struct {

func (h handler) Tracef(f string, args ...interface{}) {}
func (h handler) Infof(f string, args ...interface{}) {}
func (h handler) Warnf(f string, args ...interface{}) { log.Debug("SSDP: " + fmt.Sprintf(f, args)) }
func (h handler) Errorf(f string, args ...interface{}) { log.Debug("SSDP: " + fmt.Sprintf(f, args)) }
func (h handler) Warnf(f string, args ...interface{}) { log.Debug("SSDP: " + fmt.Sprintf(f, args...)) }
func (h handler) Errorf(f string, args ...interface{}) { log.Debug("SSDP: " + fmt.Sprintf(f, args...)) }

func (h handler) Response(message gossdp.ResponseMessage) {

Expand Down
2 changes: 2 additions & 0 deletions debian/tree/libexec/renew-le-certs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
#this script renews letsencrypt certificates

certbot renew --config-dir /var/lib/subutai/letsencrypt --email [email protected] --agree-tos

systemctl reload subutai-nginx

0 comments on commit 2b33a7d

Please sign in to comment.