mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Avoid docker warning in UserData scripts because of HOME not defined
parent
25cc91e440
commit
fdaa307294
|
@ -299,6 +299,8 @@ Resources:
|
|||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenviduServer
|
||||
|
||||
export HOME="/root"
|
||||
|
||||
# Replace .env variables
|
||||
/usr/local/bin/feedGroupVars.sh || { echo "[Openvidu] Parameters incorrect/insufficient"; exit 1; }
|
||||
|
||||
|
|
|
@ -644,6 +644,8 @@ Resources:
|
|||
|
||||
cfn-init --region ${AWS::Region} --stack ${AWS::StackId} --resource OpenViduServer
|
||||
|
||||
export HOME="/root"
|
||||
|
||||
# Replace .env variables
|
||||
/usr/local/bin/feedGroupVars.sh || { echo "[Openvidu] Parameters incorrect/insufficient"; exit 1; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue