Browse Source

Fix indent

feature/refactor-php
Prabuddha Chakraborty 9 years ago
parent
commit
b9c0c63587
  1. 8
      install

8
install

@ -282,10 +282,10 @@ function ee_update_latest()
then
if [ -d /etc/mysql/conf.d ]
then
if [ -f ~/.my.cnf ]
then
cp ~/.my.cnf /etc/mysql/conf.d/my.cnf &>> /dev/null
chmod 600 /etc/mysql/conf.d/my.cnf
if [ -f ~/.my.cnf ]
then
cp ~/.my.cnf /etc/mysql/conf.d/my.cnf &>> /dev/null
chmod 600 /etc/mysql/conf.d/my.cnf
else
if [ -f /root/.my.cnf ]
then

Loading…
Cancel
Save