mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-05 19:21:23 -06:00
Remove app admin command
This commit is contained in:
@@ -52,8 +52,10 @@ func SetupCommand() {
|
||||
}
|
||||
|
||||
defer func() {
|
||||
logrus.Info("Shutting Down App")
|
||||
database.Close()
|
||||
if database != nil {
|
||||
logrus.Info("Shutting Down App")
|
||||
database.Close()
|
||||
}
|
||||
}()
|
||||
|
||||
rootCmd.AddCommand([]*cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user