mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fixed typo in db_connect error handler
This commit is contained in:
parent
a48a8df2f0
commit
2593b5bd1c
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ rebuild_mysql_database() {
|
|||
echo "Database connection to MySQL host $HOST failed" |\
|
||||
$send_mail -s "$subj" $email
|
||||
fi
|
||||
log_event "$E_CONNECT $EVENT"
|
||||
log_event "$E_CONNECT" "$EVENT"
|
||||
exit $E_CONNECT
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue