mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2026-04-15 21:46:54 +00:00
Upgrade mariadb tables on startup
This commit is contained in:
parent
63e98e4910
commit
6387ed3559
1 changed files with 3 additions and 2 deletions
|
|
@ -38,8 +38,9 @@ do
|
|||
done
|
||||
|
||||
# Reload services
|
||||
dovecot reload &&
|
||||
postfix reload &&
|
||||
mariadb-upgrade
|
||||
dovecot reload
|
||||
postfix reload
|
||||
echo -e "\n\e[1;32mMail service is ready\e[0m\n"
|
||||
|
||||
# Monitor log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue