Fix deps check. Readd mariadb

This commit is contained in:
2026-06-22 09:53:05 +02:00
parent 0a86ee7b7f
commit a2e7c62115
4 changed files with 26 additions and 9 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ for my $code (@modules) {
}
if ($fail) {
exit 0;
} else {
exit 1;
} else {
exit 0;
}
sub help