There was an error while loading. Please reload this page.
1 parent d696572 commit 530485bCopy full SHA for 530485b
1 file changed
install/backup.php
@@ -96,7 +96,7 @@
96
echo "Checking table " . $table . "...";
97
$check_command = 'mariadbcheck';
98
if (! file_exists('/usr/bin/mariadbcheck')) {
99
- $check_command = 'mysqlcheck'
+ $check_command = 'mysqlcheck';
100
}
101
system($check_command . ' ' . $str_db_connexion . ' --auto-repair --silent --tables ' . $table);
102
echo "OK" . "\n";
0 commit comments