Merge branch 'release-3.6'

This commit is contained in:
Christopher Speller
2017-01-27 09:30:33 -05:00
6 changed files with 99 additions and 16 deletions

View File

@@ -38,6 +38,12 @@ func runServerCmd(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
// Backwards compatibility with -config flag
if flagConfigFile != "" {
config = flagConfigFile
}
runServer(config)
return nil
}