From 8aec86e8c4dc4d36f2ff94f2fd59762a6cb4ae66 Mon Sep 17 00:00:00 2001 From: Fede Diaz Date: Mon, 4 Dec 2017 11:00:18 +0100 Subject: [PATCH] AWS Signal Support --- cloudformation-openvidu/CF-OpenVidu-latest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudformation-openvidu/CF-OpenVidu-latest.json b/cloudformation-openvidu/CF-OpenVidu-latest.json index 1919b79..87ec07d 100644 --- a/cloudformation-openvidu/CF-OpenVidu-latest.json +++ b/cloudformation-openvidu/CF-OpenVidu-latest.json @@ -258,10 +258,11 @@ "", [ "#!/bin/bash -xe\n", + "source /home/ubuntu/.bashrc\n", + "export HOME=/home/ubuntu\n", "apt-get update\n", "apt-get install -y git ansible python-pip\n", "pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz\n", - "/usr/local/bin/cfn-init -v --stack ", { "Ref": "AWS::StackName" }, " --resource ElastestEC2Instance --region ", { "Ref": "AWS::Region" }, "\n", "git clone https://github.com/OpenVidu/openvidu-cloud-devops /opt/workdir\n", "pushd /opt/workdir/cloudformation-openvidu\n", "WORKINGDIR=/opt/workdir/cloudformation-openvidu\n",