Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions seafile-server-8.0-centos-amd64-http
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ echo
# -------------------------------------------
# Vars
# -------------------------------------------
SEAFILE_ADMIN=[email protected]
SEAFILE_ADMIN=[email protected]
SEAFILE_SERVER_USER=seafile
SEAFILE_SERVER_HOME=/opt/seafile
IP_OR_DOMAIN=127.0.0.1
Expand Down Expand Up @@ -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)

Expand Down