mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fix for mute auto-repair databases
This commit is contained in:
parent
3acf962fa2
commit
9f4ec54618
1 changed files with 1 additions and 1 deletions
|
@ -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 /dev/null 2>&1
|
||||
mysqlrepair --all-databases --check --auto-repair > /dev/null 2>&1
|
||||
|
||||
if [ -z "$BACKUP_SYSTEM" ]; then
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue