mirror of
https://github.com/tinode/chat.git
synced 2025-03-14 10:05:07 +00:00
Read makedb config file from correct flag.
This commit is contained in:
@ -50,7 +50,7 @@ func main() {
|
||||
}
|
||||
|
||||
if *conffile != "" {
|
||||
conf, err := ioutil.ReadFile(*datafile)
|
||||
conf, err := ioutil.ReadFile(*conffile)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user