1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-11 09:24:38 +00:00

fix seafile-fuse.sh

This commit is contained in:
skywalker 2025-02-25 13:47:51 +08:00
parent ec68ff1bcd
commit 1d8df18ca0

View File

@ -127,7 +127,7 @@ function stop_seaf_fuse() {
fi
echo "Stopping seaf-fuse ..."
pkill -SIGTERM -f "seaf-fuse"
pkill -SIGTERM -f "bin/seaf-fuse"
return 0
}