Commit e50a140c by John Jarvis

adding double quotes

parent 56a59dd3
......@@ -97,6 +97,6 @@ ip=$(curl -s http://169.254.169.254/latest/meta-data/local-ipv4)
s3_path="${2}/$sec_grp/"
{% for item in COMMON_S3_LOG_PATHS -%}
{% for path in item['paths'] -%}
$noop $S3CMD sync {{ path }} s3://{{ item['bucket'] }}/$sec_grp/${instance_id}-${ip}/
$noop $S3CMD sync {{ path }} "s3://{{ item['bucket'] }}/$sec_grp/${instance_id}-${ip}/"
{% endfor %}
{% endfor %}
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