Skip to content

Commit

Permalink
Updated parameter label for custom website content
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 19, 2019
1 parent 50731fc commit 582bba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/quickstart-ct-clickstream-analytics.template
Original file line number Diff line number Diff line change
Expand Up @@ -1861,8 +1861,9 @@ Resources:
then
echo "WebsiteContentURL Variable is empty."
else
/usr/bin/aws s3 sync s3://$WebsiteContentURL /var/www/html/ && /usr/bin/sudo /sbin/service httpd restart
/usr/bin/aws s3 sync s3://$WebsiteContentURL /var/www/html/
fi
/usr/bin/sudo /sbin/service httpd restart
Properties:
KeyName: !Ref 'AppKeyPairName'
ImageId: !FindInMap
Expand Down

0 comments on commit 582bba6

Please sign in to comment.