mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge branch 'release-3.6'
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user