mirror of https://github.com/OpenVidu/openvidu.git
deployment CE: Don't fail stack if ping does not responds
parent
a47e5ab704
commit
df2d90ba3b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue