mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
change to config_dir, to be consistent with "weed scaffold -config"
fix https://github.com/chrislusf/seaweedfs/issues/2753
This commit is contained in:
parent
b75c6dcff5
commit
581c93d970
|
@ -42,7 +42,7 @@ var static embed.FS
|
||||||
func init() {
|
func init() {
|
||||||
weed_server.StaticFS, _ = fs.Sub(static, "static")
|
weed_server.StaticFS, _ = fs.Sub(static, "static")
|
||||||
|
|
||||||
flag.Var(&util.ConfigurationFileDirectory, "conf_dir", "directory with toml configuration files")
|
flag.Var(&util.ConfigurationFileDirectory, "config_dir", "directory with toml configuration files")
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue