chore: azz forgot how to write code

This commit is contained in:
Azz 2022-08-17 20:12:45 +01:00
parent c316f53e23
commit 7e06abdca2
No known key found for this signature in database
GPG key ID: FA4B7CA14E83F106

2
app.go
View file

@ -136,7 +136,7 @@ func NewHeadscale(cfg *Config) (*Headscale, error) {
)
if !cfg.DBssl {
dbString = dbString + " sslmode=disable"
dbString += " sslmode=disable"
}
if cfg.DBport != 0 {