remove line from start of pg_backup_rotated.sh that was preventing the backups from running

This commit is contained in:
eleanor 2020-02-27 11:11:18 -05:00
parent 40c0dc747a
commit eb45d91d2e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
pg_backup_rotated.sh
#!/bin/bash
###########################
@ -185,4 +184,4 @@ fi
# Delete daily backups 7 days old or more
find $BACKUP_DIR -maxdepth 1 -mtime +$DAYS_TO_KEEP -name "*-daily" -exec rm -rf '{}' ';'
perform_backups "-daily"
perform_backups "-daily"