1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
欢乐马
f06981267d
rm CCNET_CONF_DIR (#7670) 2025-03-28 14:40:42 +08:00
skywalker
1d8df18ca0 fix seafile-fuse.sh 2025-02-25 13:47:51 +08:00
mirfire
a2ea9c5383 fix: fix seaf-fuse.sh pgrep matching with itself
The script `seaf-fuse.sh` uses pgrep to check if `seaf-fuse` is already running and therefore matches with itself, as both the process and script contain `seaf-fuse`. So the script can never run.

This change changes the pgrep pattern from `seaf-fuse` to `bin/seaf-fuse` so that the binary is matched instead of both script and binary.
2025-02-05 13:47:18 +01:00
欢乐马
de75571ae6
update scripts read env (#7356) 2025-01-13 15:48:10 +08:00
欢乐马
be62042e0e
set_env_config add default config (#7067) 2024-11-21 16:31:22 +08:00
欢乐马
922c53b3da
env SEAFILE_MYSQL_DB_CCNET_DB_NAME (#7036) 2024-11-14 16:43:45 +08:00
欢乐马
010f360cdf
Remove seaf controller (#7013)
* remove seafile-controller

* set_file_config
2024-11-09 12:39:13 +08:00
skywalker
b6d251e44f add seafile scripts 2021-12-04 10:45:31 +08:00