Merge pull request #1052 from flortsch/patch-2

Fix bad error message in start.sh
This commit is contained in:
Simon L 2022-08-25 11:55:51 +02:00 committed by GitHub
commit 8ff05aa80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ elif [ -z "$JANUS_API_KEY" ]; then
echo "You need to provide the JANUS_API_KEY."
exit 1
elif [ -z "$SIGNALING_SECRET" ]; then
echo "You need to provide the JANUS_API_KEY."
echo "You need to provide the SIGNALING_SECRET."
exit 1
fi