mirror of https://github.com/OpenVidu/openvidu.git
deployment Remove not used cfn-hup command
parent
4eccd15494
commit
78d6320cad
|
@ -330,9 +330,6 @@ Resources:
|
||||||
# Wait for the app
|
# Wait for the app
|
||||||
/usr/local/bin/check_app_ready.sh
|
/usr/local/bin/check_app_ready.sh
|
||||||
|
|
||||||
# Start up the cfn-hup daemon to listen for changes to the Web Server metadata
|
|
||||||
/usr/local/bin/cfn-hup -v || { echo "[OpenVidu] Failed to start cfn-hup"; exit 1; }
|
|
||||||
|
|
||||||
# sending the finish call
|
# sending the finish call
|
||||||
/usr/local/bin/cfn-signal -e $? --stack ${AWS::StackId} --resource WaitCondition --region ${AWS::Region}
|
/usr/local/bin/cfn-signal -e $? --stack ${AWS::StackId} --resource WaitCondition --region ${AWS::Region}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue