mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
0d39c7361d
commit
e4615e8d09
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ static int UpgradeNSIS(void)
|
|||
if (!MoveDirectory(oldNameVar, newNameVar))
|
||||
return 1;
|
||||
|
||||
_unlink(installPath.c_str());
|
||||
_rmdir(installPath.c_str());
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue