We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c2134 commit 3bb66adCopy full SHA for 3bb66ad
main.go
@@ -81,7 +81,7 @@ func main() {
81
82
if *genCert == true {
83
generateCertificates()
84
- exit()
+ os.Exit(0)
85
}
86
87
if *hibernate == false {
0 commit comments