well this doesn't work
Ted Unangst tedu@tedunangst.com
Thu, 24 Feb 2022 16:54:41 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
backend.go
→
backend.go
@@ -78,7 +78,7 @@ func orphancheck() {
var b [1]byte os.Stdin.Read(b[:]) dlog.Printf("backend shutting down") - os.Exit(0) + //os.Exit(0) } func backendServer() {