Typo install
This commit is contained in:
@@ -689,8 +689,6 @@ dnf install -y https://rpms.remirepo.net/enterprise/remi-release-$release.rpm
|
|||||||
if [ "$mysql" = 'yes' ]; then
|
if [ "$mysql" = 'yes' ]; then
|
||||||
echo "[ * ] MariaDB"
|
echo "[ * ] MariaDB"
|
||||||
dnf config-manager --add-repo https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/rpm/mysql/mariadb-$(arch).repo
|
dnf config-manager --add-repo https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/rpm/mysql/mariadb-$(arch).repo
|
||||||
mkdir /var/log/mysql/
|
|
||||||
chown mysql:mysql /var/log/mysql/
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enabling MySQL module
|
# Enabling MySQL module
|
||||||
@@ -1457,6 +1455,9 @@ if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then
|
|||||||
mysql_install_db >> $LOG
|
mysql_install_db >> $LOG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir /var/log/mysql/
|
||||||
|
chown mysql:mysql /var/log/mysql/
|
||||||
|
|
||||||
# Remove symbolic link
|
# Remove symbolic link
|
||||||
rm -f /etc/my.cnf
|
rm -f /etc/my.cnf
|
||||||
# Configuring MariaDB
|
# Configuring MariaDB
|
||||||
|
|||||||
Reference in New Issue
Block a user