We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a345ca commit 19af434Copy full SHA for 19af434
1 file changed
production-monitoring-bash-scripts/container-backups-to-s3.sh
@@ -59,4 +59,4 @@ echo "############### End of Logging Session on $(date) ###############" | tee -
59
echo "_____________________________________________________________" | tee -a "$LOG_FILE"
60
61
# Upload the log file to S3
62
-aws s3 cp "$LOG_FILE" "s3://$BUCKET_NAME/logs/container-backups-$DATE.log"
+aws s3 cp "$LOG_FILE" "s3://$BUCKET_NAME/logs/container-backups-$DATE.log"
0 commit comments