Skip to content

Commit 2b33a7d

Browse files
author
Dilshat
authored
Merge pull request #1006 from subutai-io/dev
Dev -> master
2 parents 3713901 + c708e58 commit 2b33a7d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

agent/discovery/discovery.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ type handler struct {
2020

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

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

debian/tree/libexec/renew-le-certs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
#this script renews letsencrypt certificates
44

55
certbot renew --config-dir /var/lib/subutai/letsencrypt --email [email protected] --agree-tos
6+
7+
systemctl reload subutai-nginx

0 commit comments

Comments
 (0)