|
@ -279,6 +279,8 @@ function ee_update_latest() |
|
|
{ |
|
|
{ |
|
|
#Move ~/.my.cnf to /etc/mysql/conf.d/my.cnf |
|
|
#Move ~/.my.cnf to /etc/mysql/conf.d/my.cnf |
|
|
if [ ! -f /etc/mysql/conf.d/my.cnf ] |
|
|
if [ ! -f /etc/mysql/conf.d/my.cnf ] |
|
|
|
|
|
then |
|
|
|
|
|
if [ -d /etc/mysql/conf.d ] |
|
|
then |
|
|
then |
|
|
if [ -f ~/.my.cnf ] |
|
|
if [ -f ~/.my.cnf ] |
|
|
then |
|
|
then |
|
@ -294,6 +296,7 @@ function ee_update_latest() |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
|
|
|
fi |
|
|
ee_lib_echo "Updating Nginx configuration, please wait..." |
|
|
ee_lib_echo "Updating Nginx configuration, please wait..." |
|
|
# From version 3.1.10 we are using Suse builder for repository |
|
|
# From version 3.1.10 we are using Suse builder for repository |
|
|
if [ "$ee_distro_version" == "precise" ]; then |
|
|
if [ "$ee_distro_version" == "precise" ]; then |
|
|