We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0649e74 commit 75e6647Copy full SHA for 75e6647
install/hst-install-ubuntu.sh
@@ -1051,10 +1051,10 @@ if [ "$mysql" = 'yes' ]; then
1051
1052
# Configuring MySQL/MariaDB
1053
cp -f $hestiacp/mysql/$mycnf /etc/mysql/my.cnf
1054
- if [ "$release" != '16.04' ]; then
+ if [ "$release" = '14.04' ]; then
1055
mysql_install_db
1056
fi
1057
- if [ "$release" == '18.04' ]; then
+ if [ "$release" = '16.04' ] || [ "$release" = '18.04' ]; then
1058
mkdir /var/lib/mysql
1059
chown mysql:mysql /var/lib/mysql
1060
mysqld --initialize-insecure
0 commit comments