Browse Source

remove syntax error

feature/refactor-php
prabuddha 9 years ago
parent
commit
8b98d9771c
  1. 2
      install

2
install

@ -281,7 +281,7 @@ function ee_update_latest()
if [ ! -f /etc/mysql/conf.d/my.cnf ] if [ ! -f /etc/mysql/conf.d/my.cnf ]
then then
#create conf.d folder if not exist #create conf.d folder if not exist
if [! -d /etc/mysql/conf.d ]; then if [ ! -d /etc/mysql/conf.d ]; then
mkdir -p /etc/mysql/conf.d mkdir -p /etc/mysql/conf.d
chmod 755 /etc/mysql/conf.d chmod 755 /etc/mysql/conf.d
fi fi

Loading…
Cancel
Save