Commit 79d82f54 by e0d

Merge pull request #1508 from edx/e0d/keep-sync-logs

Keep more than last log.
parents fce2025b 61950a8a
......@@ -11,7 +11,7 @@ if (( $EUID != 0 )); then
exit 1
fi
exec > >(tee "{{ aws_s3_logfile }}")
exec > >(tee -a "{{ aws_s3_logfile }}")
exec 2>&1
# s3cmd sync requires a valid home
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment