icinga2 icon indicating copy to clipboard operation
icinga2 copied to clipboard

Replace all occurrences of the tempfile + rename pattern with AtomicFile

Open julianbrost opened this issue 1 year ago • 0 comments

The just merged PR #9451 adds a class AtomicFile which encapsulates the common write to a temporary file and then rename it to the final name pattern. This class should be used everywhere this pattern is used.

julianbrost avatar Aug 01 '22 15:08 julianbrost