deployment Remove not used cfn-hup command

pull/715/head
cruizba 2022-04-22 00:20:28 +02:00
parent 4eccd15494
commit 78d6320cad
1 changed files with 0 additions and 3 deletions

View File

@ -330,9 +330,6 @@ Resources:
# Wait for the app
/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
/usr/local/bin/cfn-signal -e $? --stack ${AWS::StackId} --resource WaitCondition --region ${AWS::Region}