mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-06 01:28:15 -04:00
parent
2b796aba84
commit
4f697c8b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue