shadowsocks-libev: add note on nftables set restriction
[feed/packages.git] / net / seafile-server / files / create-seafile-admin.sh
1 #!/bin/sh
2
3 TOPDIR=/usr/share/seafile
4 INSTALLPATH=$TOPDIR/seafile-server
5
6 seafile start || exit 1
7
8 seahub python-env python3 "$INSTALLPATH/check_init_admin.py"
9
10 seafile stop