This commit is contained in:
Graham Steffaniak 2023-09-01 17:59:23 -05:00
parent 014b999ed7
commit 99bcec49c3
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ user created with the credentials from options "username" and "password".`,
Run: python(func(cmd *cobra.Command, args []string, d pythonData) {
serverConfig := settings.GlobalConfiguration.Server
log.Println(cfgFile)
if !d.hadDB {
quickSetup(cmd.Flags(), d)
}