Update seafile-server-8.0-centos-amd64-http

This commit is contained in:
hedgehog93 2021-01-27 12:51:35 +08:00 committed by GitHub
parent 7be1e5dcb4
commit c4fd0a8ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)