mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
doc: replace maddyctl
with maddy
This commit is contained in:
parent
dbf14fa083
commit
46dcef4110
16 changed files with 51 additions and 77 deletions
|
@ -397,8 +397,8 @@ func (store *Storage) Close() error {
|
|||
store.Back.Close()
|
||||
|
||||
// Wait for 'updates replicate' goroutine to actually stop so we will send
|
||||
// all updates before shuting down (this is especially important for
|
||||
// maddyctl).
|
||||
// all updates before shutting down (this is especially important for
|
||||
// maddy subcommands).
|
||||
if store.updPipe != nil {
|
||||
close(store.outboundUpds)
|
||||
<-store.updPushStop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue