deployment CE: Don't fail stack if ping does not responds

pull/621/head
cruizba 2021-03-08 12:36:16 +01:00
parent a47e5ab704
commit df2d90ba3b
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ Resources:
# Send info to openvidu # Send info to openvidu
if [ "${WantToSendInfo}" == "true" ]; then if [ "${WantToSendInfo}" == "true" ]; then
/usr/local/bin/ping.sh /usr/local/bin/ping.sh || true
fi fi
rm /usr/local/bin/ping.sh rm /usr/local/bin/ping.sh