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

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