From 78d6320cadd9502276b770911225f7fbd826e54d Mon Sep 17 00:00:00 2001 From: cruizba Date: Fri, 22 Apr 2022 00:20:28 +0200 Subject: [PATCH] deployment Remove not used cfn-hup command --- openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template b/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template index 89c9e16a..6814fdd3 100644 --- a/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template +++ b/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template @@ -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}