diff options
| author | Jeff Carr <[email protected]> | 2023-03-28 08:53:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-28 08:53:51 -0500 |
| commit | dae59705a1414a861f1de13dfb1e69fe6581c084 (patch) | |
| tree | 5881c06abc316c400fd6126e927bce41b9893486 /hostname.go | |
| parent | 91787b9121e68620cb589a403c044b40c1ad3d8d (diff) | |
remove places the app could exitv0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hostname.go b/hostname.go index f035511..b4b0d42 100644 --- a/hostname.go +++ b/hostname.go @@ -22,7 +22,6 @@ func getHostname() { s, err = fqdn.FqdnHostname() if (err != nil) { log("FQDN hostname error =", err) - exit() return } if (me.fqdn != nil) { |
