mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-04 11:37:04 -04:00
defer to specified command line mode
This commit is contained in:
parent
caa2746110
commit
eecbb14774
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ fn main() -> Result<(), String> {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get client address
|
// Get client address
|
||||||
let enable_ipc = settings.enable_ipc;
|
let enable_ipc = settings.enable_ipc && args.address.is_none();
|
||||||
let mut enable_network = settings.enable_network;
|
let mut enable_network = settings.enable_network && args.ipc_path.is_none();
|
||||||
|
|
||||||
// Determine IPC path to try
|
// Determine IPC path to try
|
||||||
let mut client_api_ipc_path = None;
|
let mut client_api_ipc_path = None;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue