1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-13 02:15:59 +00:00

fix seaf-import

This commit is contained in:
skywalker 2025-02-20 10:35:11 +08:00
parent 5ca5acc277
commit 481365fe64

View File

@ -48,7 +48,6 @@ function check_component_running() {
fi
}
<<'COMMENT'
function validate_already_running () {
if pid=$(pgrep -f "seafile-monitor.sh" 2>/dev/null); then
echo "seafile server is still running, stop it by \"seafile.sh stop\""
@ -59,7 +58,6 @@ function validate_already_running () {
check_component_running "seaf-server" "seaf-server"
check_component_running "seafdav" "wsgidav.server.server_cli"
}
COMMENT
function run_seaf_import () {
validate_seafile_data_dir;