This commit is contained in:
parent
61218f8866
commit
0f7ed5d657
@ -438,7 +438,7 @@ bool service_runner::edit_file(const std::string &file_path)
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "Editing file: " << file_path << std::endl;
|
std::cout << "Editing file: " << file_path << std::endl;
|
||||||
return 0==runner::execute_cmd(editor_cmd, {quote(file_path)}, "", {}, false, true, nullptr);
|
return 0==runner::execute_cmd(editor_cmd, {file_path}, "", {}, false, true, nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool service_runner::interactive_ssh_service()
|
bool service_runner::interactive_ssh_service()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user