hostname 에러시 return 취소

main
JungJun 2 years ago
parent 6427273165
commit 06ab81c0e4

@ -159,7 +159,7 @@ func NewSidVal() {
hostname, err := os.Hostname()
if err != nil {
fmt.Println(err)
os.Exit(1)
// os.Exit(1)
}
ghost = &Host{

Loading…
Cancel
Save