refactor: normalize wbstream provider name in scripts

This commit is contained in:
zarazaex69
2026-04-21 20:42:10 +03:00
parent d1c6545d38
commit 77ac433f36
4 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ socks_proxy="${OLCRTC_SOCKS_PROXY:-}"
socks_proxy_port="${OLCRTC_SOCKS_PROXY_PORT:-1080}"
[ "$mode" = "srv" ] || die "server image defaults to OLCRTC_MODE=srv; got '$mode'"
[ -n "$provider" ] || die "set OLCRTC_PROVIDER (e.g. telemost, jazz, wb_stream)"
[ -n "$provider" ] || die "set OLCRTC_PROVIDER (e.g. telemost, jazz, wbstream)"
[ -n "$room_id" ] || die "set OLCRTC_ROOM_ID to the room identifier"
if [ -z "$key" ]; then