Skip to content

fix startup initialization of file cleaner

Harald Sitter requested to merge work/onlyoncealready into master

it ran multiple times before because started never was set true, but more importantly let's just use the call_once idiom here

Merge request reports