From 528a35e147999a4cd58f933cafa78aed7de6885c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 20 Oct 2022 17:21:12 -0700 Subject: [PATCH] Update backup-bap --- backup-bap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backup-bap b/backup-bap index 9ad7ff6..d7a701e 100644 --- a/backup-bap +++ b/backup-bap @@ -40,4 +40,5 @@ tar czf $BACKUP_PATH/$archive_file $backup_files echo -e "\nBackup finished\n" # Long listing of files in $BACKUP_PATH to check file sizes. -ls -lh $BACKUP_PATH/$archive_file \ No newline at end of file +ls -lh $BACKUP_PATH/$archive_file +#EOF