mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
fix config_handler
This commit is contained in:
+2
-2
@@ -77,11 +77,11 @@ fn print_server_info() {
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
// config::init_config();
|
||||
|
||||
// Parse the obtained parameters
|
||||
let opt = config::Opt::parse();
|
||||
|
||||
// config::init_config(opt.clone());
|
||||
|
||||
init_license(opt.license.clone());
|
||||
|
||||
// Load the configuration file
|
||||
|
||||
Reference in New Issue
Block a user