diff options
Diffstat (limited to 'profiles/backup-cleanup')
-rwxr-xr-x | profiles/backup-cleanup | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/backup-cleanup b/profiles/backup-cleanup new file mode 100755 index 0000000..b590b22 --- /dev/null +++ b/profiles/backup-cleanup @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "Removing mysqldump file" +rm -f $BACKUP_CACHE/mysql.sql |