Update run-composite-test.sh

This commit is contained in:
Pablo Fuente Pérez 2019-02-08 11:07:54 +01:00 committed by GitHub
parent 23c8e9d3d5
commit cb6c469ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ fi
if nc -z localhost 5000; then
echo "ERROR launching openvidu-recording-java. Port 5000 is already occupied"
echo "You may kill all openvidu processes before running the script with this command: $ sudo kill -9 \$(ps aux | grep openvidu-recording-java | awk '{print \$2}')"
exit 1
fi