We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b498a7 commit 3acf962Copy full SHA for 3acf962
bin/v-backup-users
@@ -25,7 +25,7 @@ source $VESTA/conf/vesta.conf
25
$BIN/v-check-vesta-license >/dev/null
26
27
# Auto-repair all databases before backuping all accounts
28
-mysqlrepair --all-databases --check --auto-repair
+mysqlrepair --all-databases --check --auto-repair /dev/null 2>&1
29
30
if [ -z "$BACKUP_SYSTEM" ]; then
31
exit
0 commit comments