From cc19fd4e74c8fd6d99d382d9f5c39e7d7960c595 Mon Sep 17 00:00:00 2001 From: Florian Latifi Date: Tue, 23 Aug 2022 21:45:48 +0200 Subject: [PATCH] Fix bad error message in start.sh Fix bad error message in start.sh which seems to be a copy/paste error from the previous if check. Signed-off-by: Florian Latifi --- Containers/talk/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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