mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 17:50:41 +08:00
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 <mail@florian-latifi.at>
This commit is contained in:
parent
7af4c3a2ec
commit
cc19fd4e74
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…
Reference in a new issue