mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-07 20:25:08 +02:00
parent
2b796aba84
commit
4f697c8b4b
@ -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…
x
Reference in New Issue
Block a user