mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
update
This commit is contained in:
@@ -9,8 +9,6 @@ import (
|
||||
"os"
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"server"
|
||||
)
|
||||
|
||||
func Preconfig(kill bool) {
|
||||
@@ -27,8 +25,6 @@ func Preconfig(kill bool) {
|
||||
if kill {
|
||||
fmt.Println("Signal catched:", s)
|
||||
fmt.Println("For stop server, close in web")
|
||||
} else {
|
||||
server.Stop()
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user