mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-01 11:04:41 +08:00
Merge pull request #1052 from flortsch/patch-2
Fix bad error message in start.sh
This commit is contained in:
commit
8ff05aa80a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue