diff --git a/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template b/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template index caedbb64..cb8b158e 100644 --- a/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template +++ b/openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template @@ -323,7 +323,7 @@ Resources: # Send info to openvidu if [ "${WantToSendInfo}" == "true" ]; then - /usr/local/bin/ping.sh + /usr/local/bin/ping.sh || true fi rm /usr/local/bin/ping.sh