Koha/installer/data/mysql/needs_update.pl
Jonathan Druart 26de0bfaa0
Bug 34088: Move the 'needs update' test to a separate script
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-09-17 10:48:39 +02:00

6 lines
94 B
Perl
Executable file

#!/usr/bin/perl
use Modern::Perl;
use Koha::Installer;
exit !Koha::Installer->needs_update;