From c4fd0a8ce32fdee27511cd349e66b75dd00abeb5 Mon Sep 17 00:00:00 2001 From: hedgehog93 <78066051+hedgehog93@users.noreply.github.com> Date: Wed, 27 Jan 2021 12:51:35 +0800 Subject: [PATCH] Update seafile-server-8.0-centos-amd64-http --- seafile-server-8.0-centos-amd64-http | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/seafile-server-8.0-centos-amd64-http b/seafile-server-8.0-centos-amd64-http index d877fa4..cdd79ba 100644 --- a/seafile-server-8.0-centos-amd64-http +++ b/seafile-server-8.0-centos-amd64-http @@ -98,7 +98,7 @@ echo # ------------------------------------------- # Vars # ------------------------------------------- -SEAFILE_ADMIN=admin@seafile.local +SEAFILE_ADMIN=scsgasyxx@163.com SEAFILE_SERVER_USER=seafile SEAFILE_SERVER_HOME=/opt/seafile IP_OR_DOMAIN=127.0.0.1 @@ -305,9 +305,9 @@ then echo "MariaDB installed before, skip this part" SQLROOTPW=`sed -n 's/password=//p' /root/.my.cnf` else - yum install mariadb-server -y - systemctl start mariadb - systemctl enable mariadb + yum install mysql-server -y + systemctl start mysqld.service + systemctl enable mysqld.service SQLROOTPW=$(pwgen)