Bug 25346: Supress warning message when install dir exists
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tue, 19 May 2020 16:21:44 +0000 (13:21 -0300)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 17 Jun 2020 23:19:38 +0000 (23:19 +0000)
commitb976f7f700351d5d3df0671196f5c6d0bbd1e00e
tree7516e1cc375bf3471321d097331045e0654300e2
parentf4eca02d0a7a7e831c1a4eca5e39c73a1695b5df
Bug 25346: Supress warning message when install dir exists

To see it enable verbose mode

To test:
1) Install lang with install dir
   (cd misc/translator; ./tranlste install de-DE)
   check message: "de-DE installer dir /...mysql/de-DE already exists."
2) Apply patch
3) Repeat 1, now message is gone
4) Repeat 1 in verbose mode (./translate install de-DE -v)
   check the message now appears at the bottom.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 7eb471fcdb113e158d819932116c546a53ee5845)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/translator/LangInstaller.pm