mirror of
https://github.com/monero-project/monero.git
synced 2026-04-28 11:53:17 -07:00
windows_service: quote service executable path
This commit is contained in:
@@ -169,7 +169,7 @@ bool install_service(
|
||||
)
|
||||
{
|
||||
std::string command = epee::string_tools::get_current_module_path();
|
||||
std::string full_command = command + arguments;
|
||||
std::string full_command = "\"" + command + "\"" + arguments;
|
||||
|
||||
service_handle p_manager{
|
||||
OpenSCManager(
|
||||
|
||||
Reference in New Issue
Block a user