mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
parent
3c3ed80967
commit
e17f5f7d00
@ -218,7 +218,7 @@ static int UpgradeNSIS(void)
|
|||||||
if (!MoveDirectory(oldNameVar, newNameVar))
|
if (!MoveDirectory(oldNameVar, newNameVar))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
_unlink(installPath.c_str());
|
_rmdir(installPath.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user