Skip to content

Commit 39392ed

Browse files
author
Orestis Tsakiridis
committed
Case insensitive comparison for RVD_VIDEO_SUPPORT in config-rvd.sh
1 parent 9092ef2 commit 39392ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d

restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fi
5656

5757
echo "Configuring RVD"
5858

59-
if [ "$RVD_VIDEO_SUPPORT" = true ] ; then
59+
if [ "$RVD_VIDEO_SUPPORT" = true || "$RVD_VIDEO_SUPPORT" = TRUE || "$RVD_VIDEO_SUPPORT" = True ] ; then
6060
updateVideoSupport true
6161
else
6262
updateVideoSupport false

0 commit comments

Comments
 (0)