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 3acf962 commit 9f4ec54Copy full SHA for 9f4ec54
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 /dev/null 2>&1
+mysqlrepair --all-databases --check --auto-repair > /dev/null 2>&1
29
30
if [ -z "$BACKUP_SYSTEM" ]; then
31
exit
0 commit comments