mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 12:01:27 +03:00
fix cli
This commit is contained in:
@@ -91,6 +91,7 @@ fn main() {
|
||||
let token = LocalConfig::get_option("access_token");
|
||||
cli::connect_test(p, key, token);
|
||||
} else if let Some(p) = matches.value_of("server") {
|
||||
log::info!("id={}", hbb_common::config::Config::get_id());
|
||||
crate::start_server(true);
|
||||
}
|
||||
common::global_clean();
|
||||
|
||||
Reference in New Issue
Block a user