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
1 changed files with 1 additions and 1 deletions

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 {