1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-10 08:55:02 +00:00
seahub/scripts
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
..
build Support gc online () 2024-11-21 10:33:08 +08:00
upgrade UserActivity remove ForeignKey () 2024-12-02 13:50:43 +08:00
check_init_admin.py add seafile scripts 2021-12-04 10:45:31 +08:00
index_op.py fix(seasearch): fix wiki can be searched () 2024-09-04 10:14:49 +08:00
migrate_idp_certificates.py fix migrate_idp_certificates.py () 2024-01-30 16:04:07 +08:00
migrate_ldapusers.py rm ccnet.conf () 2024-11-11 20:05:26 +08:00
migrate-repo.py Catch exception in thread pool when migrate repos () 2025-01-13 16:58:56 +08:00
migrate-repo.sh Typo varirable () 2023-01-14 15:02:39 +08:00
migrate.py Catch exception in thread pool when migrate repos () 2025-01-13 16:58:56 +08:00
migrate.sh Typo varirable () 2023-01-14 15:02:39 +08:00
parse_jwt_pk.py Add check and set JWT_PRIVATE_KEY env () 2024-09-03 18:44:39 +08:00
pro.py opt: remove code for migrating from ce () 2025-01-22 11:18:42 +08:00
remove-objs.py new pro scripts 2021-12-04 10:45:31 +08:00
remove-objs.sh Typo varirable () 2023-01-14 15:02:39 +08:00
reset-admin.sh Upgrade 9.0 10.0 () 2023-02-13 10:57:55 +08:00
run_index_master.sh Upgrade 9.0 10.0 () 2023-02-13 10:57:55 +08:00
run_index_worker.sh Upgrade 9.0 10.0 () 2023-02-13 10:57:55 +08:00
seaf-backup-cmd.py new pro scripts 2021-12-04 10:45:31 +08:00
seaf-backup-cmd.sh Typo varirable () 2023-01-14 15:02:39 +08:00
seaf-encrypt.sh Remove seaf controller () 2024-11-09 12:39:13 +08:00
seaf-fsck.sh update scripts read env () 2025-01-13 15:48:10 +08:00
seaf-fuse.sh fix: fix seaf-fuse.sh pgrep matching with itself 2025-02-05 13:47:18 +01:00
seaf-gc.sh update scripts read env () 2025-01-13 15:48:10 +08:00
seaf-import.sh Remove seaf controller () 2024-11-09 12:39:13 +08:00
seafile-background-tasks.sh Fix background task no logs in failure () 2024-12-27 20:48:13 +08:00
seafile-monitor.sh update scripts read env () 2025-01-13 15:48:10 +08:00
seafile.sh update scripts read env () 2025-01-13 15:48:10 +08:00
seafobj_migrate.py add seafile scripts 2021-12-04 10:45:31 +08:00
seahub.conf new pro scripts 2021-12-04 10:45:31 +08:00
seahub.sh update scripts read env () 2025-01-13 15:48:10 +08:00
server-release.md add seafile scripts 2021-12-04 10:45:31 +08:00
setup-seafile-mysql.py init mysql connection close 2024-12-30 15:05:22 +08:00
setup-seafile-mysql.sh rm check java in scripts () 2023-03-24 16:12:59 +08:00
setup-seafile.sh rstript service_url () 2024-03-27 21:25:36 +08:00
sqlite2mysql.py Fix sqlite2mysql script problems with seahub_db () 2022-11-14 09:55:59 +08:00
sqlite2mysql.sh fix bug when sqlite to mysql () 2024-03-16 19:36:18 +08:00