Skip to content
Snippets Groups Projects
Commit 46ca5e1c authored by qiu-x's avatar qiu-x
Browse files

remove `log` import from `truststore_freebsd.go`

parent cf7dc648
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ import (
"crypto/x509"
"fmt"
"io/ioutil"
"log"
"os"
"os/exec"
"strings"
......@@ -30,7 +29,7 @@ func init() {
err := os.Mkdir("/usr/local/etc/ssl/certs", 0755)
if err != nil {
SystemTrustCommand = nil
log.Fatal(err)
debug(err.Error())
return
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment