Skip to content

Commit e4fe559

Browse files
committed
Delete temporary secdb init files immediately (with thanks to Vlad)
1 parent f7cbc20 commit e4fe559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builds/install/arch-specific/win32/FirebirdInstall.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,8 @@ begin
910910
Log( 'In function InitSecurityDB FindInFile found an error in ' + OutputStr );
911911
end;
912912
913+
DeleteFile( InputStr );
914+
DeleteFile( OutputStr );
913915
end;
914916
915917

0 commit comments

Comments
 (0)