selkies-project / selkies-gstreamer

Open-Source Low-Latency Accelerated Linux WebRTC HTML5 Remote Desktop Streaming Platform for Self-Hosting, Containers, Kubernetes, or Cloud/HPC
https://selkies-project.github.io/selkies-gstreamer/
Mozilla Public License 2.0
381 stars 50 forks source link

exit if either of the two values doesn't exist or empty #101

Closed PMohanJ closed 1 year ago

PMohanJ commented 1 year ago

A small fix at the if condition. As we need both values, turn_host and turn_port, we want the negation (not) to be applied to entire expression rather than just for the first variable followed by 'not' keyword.