4 Dec
2022
4 Dec
'22
12:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262 --- Comment #18 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #17)
Bernardo, do yo remember why you added that?
It will not create a installer directory if it already exists.
379 if ( -d $langdir ) { 380 say "$self->{lang} installer dir $langdir already exists.\nDelete it if you want to recreate it." if $self->{verbose}; 381 return; 382 }
On upgrade we want to update the directory.
I agree, we want/need to update the files on update. I don't think we could/should handle this differently than other files that are overwritten. -- You are receiving this mail because: You are watching all bug changes.