mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:40:55 +08:00
11 lines
173 B
Bash
11 lines
173 B
Bash
#!/bin/sh
|
|
|
|
TOPDIR=/usr/share/seafile
|
|
INSTALLPATH=$TOPDIR/seafile-server
|
|
|
|
seafile start || exit 1
|
|
|
|
seahub python-env python3 "$INSTALLPATH/check_init_admin.py"
|
|
|
|
seafile stop
|