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