Minor fixes

- Not logging program name twice for wait errors
- Wait for tinyproxy to exit
This commit is contained in:
Quentin McGaw
2020-07-08 23:29:22 +00:00
parent 7d36993450
commit a39d885e34
3 changed files with 3 additions and 4 deletions

View File

@@ -277,6 +277,7 @@ func _main(background context.Context, args []string) int {
<-serverDone
<-unboundDone
<-openvpnDone
<-tinyproxyDone
return exitStatus
}