well this doesn't work

This commit is contained in:
Ted Unangst 2022-02-24 16:54:41 -05:00
parent f43343cdcb
commit 71f8265697
1 changed files with 1 additions and 1 deletions

View File

@ -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() {