From df2d90ba3b5e8247240d2abf2c88828cbc923a9f Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 8 Mar 2021 12:36:16 +0100 Subject: [PATCH] deployment CE: Don't fail stack if ping does not responds --- openvidu-server/deployments/ce/aws/CF-OpenVidu.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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