mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-23 23:08:11 +00:00
fix: take custom input args for xmrig-proxy into account
This commit is contained in:
parent
349066b665
commit
79b7ba6622
1 changed files with 5 additions and 1 deletions
|
@ -112,7 +112,11 @@ impl Helper {
|
|||
let api_port;
|
||||
let ip;
|
||||
let port;
|
||||
|
||||
// custom args from user input
|
||||
if !state.arguments.is_empty() {
|
||||
args.push(state.arguments.clone());
|
||||
return args;
|
||||
}
|
||||
// [Simple]
|
||||
if state.simple {
|
||||
// Build the xmrig argument
|
||||
|
|
Loading…
Reference in a new issue