From 26a13d0f63b1dffdab03fd3232df9ace06de7ad1 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 16 Feb 2023 09:25:59 -0800 Subject: [PATCH] correct postgres name for remove_expired_backups --- sbin/bashup-backup-postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/bashup-backup-postgres.sh b/sbin/bashup-backup-postgres.sh index 68610af..bf186c8 100755 --- a/sbin/bashup-backup-postgres.sh +++ b/sbin/bashup-backup-postgres.sh @@ -58,7 +58,7 @@ if [[ " ${retention_array[@]} " =~ " ${today} " ]]; then fi -bashup::remove_expired_backups pg +bashup::remove_expired_backups postgres bashup::unmount_storage_dir exit 0