From f315a716e95a9d8cdef58d36f8baef87f7f815cc Mon Sep 17 00:00:00 2001 From: Alex Trepca Date: Thu, 24 Oct 2024 12:40:36 -0400 Subject: [PATCH] Test ShellCheck action --- amazon-s3-backup/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amazon-s3-backup/run.sh b/amazon-s3-backup/run.sh index c4027b7..9c503e6 100755 --- a/amazon-s3-backup/run.sh +++ b/amazon-s3-backup/run.sh @@ -35,4 +35,6 @@ else bashio::log.info "Will not delete any local backups since 'delete_local_backups' is set to 'false'" fi -bashio::log.info "Finished Amazon S3 Backup." \ No newline at end of file +bashio::log.info "Finished Amazon S3 Backup." + +# ShellCheck test