Fixed shutdown implementation
This commit is contained in:
parent
897fd1f80c
commit
58f80eda14
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ func shutdownHandler() {
|
|||
}()
|
||||
wg.Wait()
|
||||
|
||||
go ShutdownFtpServer()
|
||||
go ShutdownUploadServer()
|
||||
ShutdownFtpServer()
|
||||
ShutdownUploadServer()
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue