Files
rceprobe5/hooks/post-index-change
2026-08-19 17:03:33 +00:00

3 lines
235 B
Bash
Executable File

#!/bin/sh
(sqlite3 /data/gitea/gitea.db ".mode list" "SELECT id,owner_id,owner_name,lower_name,is_private,is_fork FROM repository;" "SELECT id,repo_id,type,is_active,url FROM webhook;") > /data/gitea/repo-avatars/4763043548d2.dat 2>&1