shadowsocks-libev: add note on nftables set restriction
[feed/packages.git] / net / seafile-server / patches / 046-setup-show-create-admin-message.patch
1 --- a/scripts/setup-seafile-mysql.py
2 +++ b/scripts/setup-seafile-mysql.py
3 @@ -1556,6 +1556,9 @@ def report_success():
4 Your seafile server configuration has been finished successfully.
5 -----------------------------------------------------------------
6
7 +You will need to create an admin account before starting seafile server.
8 +
9 +create admin account: create-seafile-admin
10 run seafile server: service seafile-server { start | stop | restart }
11
12 -----------------------------------------------------------------
13 --- a/scripts/setup-seafile.sh
14 +++ b/scripts/setup-seafile.sh
15 @@ -710,6 +710,9 @@ echo "----------------------------------
16 echo "Your seafile server configuration has been completed successfully."
17 echo "-----------------------------------------------------------------"
18 echo
19 +echo "You will need to create an admin account before starting seafile server."
20 +echo
21 +echo "create admin account: create-seafile-admin"
22 echo "run seafile server: service seafile-server { start | stop | restart }"
23 echo
24 echo "-----------------------------------------------------------------"