Initial commit
This commit is contained in:
5
gitea/hooks/post-backup.sh
Executable file
5
gitea/hooks/post-backup.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> [gitea] Cleaning up SQLite backup"
|
||||
rm -f /mnt/staging/gitea.db
|
||||
Reference in New Issue
Block a user