mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-12-17 21:07:03 +01:00
Fixed Ctrl C during startup panic bug
This commit is contained in:
@@ -455,7 +455,9 @@ func ShutdownSeq() {
|
||||
|
||||
//Close the plugin manager
|
||||
SystemWideLogger.Println("Shutting down plugin manager")
|
||||
pluginManager.Close()
|
||||
if pluginManager != nil {
|
||||
pluginManager.Close()
|
||||
}
|
||||
|
||||
//Remove the tmp folder
|
||||
SystemWideLogger.Println("Cleaning up tmp files")
|
||||
|
||||
Reference in New Issue
Block a user