Skip to content

Commit 19af434

Browse files
authored
Space added at the end of the file
1 parent 8a345ca commit 19af434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

production-monitoring-bash-scripts/container-backups-to-s3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ echo "############### End of Logging Session on $(date) ###############" | tee -
5959
echo "_____________________________________________________________" | tee -a "$LOG_FILE"
6060

6161
# Upload the log file to S3
62-
aws s3 cp "$LOG_FILE" "s3://$BUCKET_NAME/logs/container-backups-$DATE.log"
62+
aws s3 cp "$LOG_FILE" "s3://$BUCKET_NAME/logs/container-backups-$DATE.log"

0 commit comments

Comments
 (0)