Bug 25078: Don't process db revs if updatedatabase.pl failed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Aug 2021 09:44:14 +0000 (11:44 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Aug 2021 09:55:56 +0000 (11:55 +0200)
commit42ce8c29960dc8d133f8403db31459bae810f8e1
treef2dd7ea569df8fc72360a077c7625fc6de9fe452
parent59439886c327ab4bcb1292e85a89a4165fbedc42
Bug 25078: Don't process db revs if updatedatabase.pl failed

The updatedatebase stops when something wrong happens, we should not
continue to process the new DB revs (db_revs dir) in that case.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/install.pl