We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7c470 commit 9f002b8Copy full SHA for 9f002b8
Makefile
@@ -1,5 +1,5 @@
1
IMAGE = labstack/tunnel
2
-VERSION = 0.5.5
+VERSION = 0.5.6
3
4
publish:
5
git tag v$(VERSION)
daemon/server.go
@@ -125,9 +125,9 @@ func Start() {
125
}()
126
127
// Cleanup
128
- if err := s.deleteAll(); err != nil {
129
- log.Error(err)
130
- }
+ // if err := s.deleteAll(); err != nil {
+ // log.Error(err)
+ // }
131
132
// Listen
133
l, e := net.Listen("tcp", "127.0.0.1:0")
0 commit comments