mirror of https://github.com/Icinga/icinga2.git
parent
fd16e2d7d6
commit
233f8ffb17
|
@ -142,7 +142,7 @@ static int UpgradeNSIS(void)
|
|||
if (!Utility::PathExists(uninstallerPath))
|
||||
return 0;
|
||||
|
||||
ExecuteCommand(uninstallerPath, "/S \"_?=" + installPath + "\"");
|
||||
ExecuteCommand(uninstallerPath, "/S _?=" + installPath);
|
||||
|
||||
_unlink(uninstallerPath.CStr());
|
||||
|
||||
|
|
Loading…
Reference in New Issue