diff --git a/Containers/talk/start.sh b/Containers/talk/start.sh index a3b33236..eea4563d 100644 --- a/Containers/talk/start.sh +++ b/Containers/talk/start.sh @@ -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