We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69b20b7 + c373809 commit e449462Copy full SHA for e449462
1 file changed
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd.sh
@@ -56,7 +56,7 @@ fi
56
57
echo "Configuring RVD"
58
59
-if [ "$RVD_VIDEO_SUPPORT" = true || "$RVD_VIDEO_SUPPORT" = TRUE || "$RVD_VIDEO_SUPPORT" = True ] ; then
+if [[ "$RVD_VIDEO_SUPPORT" = true || "$RVD_VIDEO_SUPPORT" = TRUE || "$RVD_VIDEO_SUPPORT" = True ]] ; then
60
updateVideoSupport true
61
else
62
updateVideoSupport false
0 commit comments