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()
|
wg.Wait()
|
||||||
|
|
||||||
go ShutdownFtpServer()
|
ShutdownFtpServer()
|
||||||
go ShutdownUploadServer()
|
ShutdownUploadServer()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue