From 3acf962fa25df15f9b161a09fd4b99bf0c14dc19 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 4 Nov 2018 04:01:46 +0100 Subject: [PATCH] Mute backup auto-repair databases --- bin/v-backup-users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-backup-users b/bin/v-backup-users index f27b9195..39a53fc4 100755 --- a/bin/v-backup-users +++ b/bin/v-backup-users @@ -25,7 +25,7 @@ source $VESTA/conf/vesta.conf $BIN/v-check-vesta-license >/dev/null # Auto-repair all databases before backuping all accounts -mysqlrepair --all-databases --check --auto-repair +mysqlrepair --all-databases --check --auto-repair /dev/null 2>&1 if [ -z "$BACKUP_SYSTEM" ]; then exit