mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Fix MySQL autostart issue on Ubuntu 14.04
This commit is contained in:
parent
667ae61355
commit
62c05fb08f
3 changed files with 19 additions and 1 deletions
|
@ -15,4 +15,9 @@ if [ -x "/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh" ]; then
|
|||
/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh
|
||||
fi
|
||||
|
||||
# Run MySQL autostart fixed
|
||||
if [ -x "/usr/local/vesta/upd/fix_mysql_startup.sh" ]; then
|
||||
/usr/local/vesta/upd/fix_mysql_startup.sh
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue