Commit 61950a8a by e0d

Keep more than last log.

parent 37a82f8d
......@@ -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