Skip to content

Commit 9f4ec54

Browse files
authored
Fix for mute auto-repair databases
1 parent 3acf962 commit 9f4ec54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-backup-users

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ source $VESTA/conf/vesta.conf
2525
$BIN/v-check-vesta-license >/dev/null
2626

2727
# Auto-repair all databases before backuping all accounts
28-
mysqlrepair --all-databases --check --auto-repair /dev/null 2>&1
28+
mysqlrepair --all-databases --check --auto-repair > /dev/null 2>&1
2929

3030
if [ -z "$BACKUP_SYSTEM" ]; then
3131
exit

0 commit comments

Comments
 (0)