Skip to content

Commit e449462

Browse files
committed
Merge branch 'master' of github.com:RestComm/Restcomm-Connect
2 parents 69b20b7 + c373809 commit e449462

File tree

1 file changed

+1
-1
lines changed
  • restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d

1 file changed

+1
-1
lines changed

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 || "$RVD_VIDEO_SUPPORT" = TRUE || "$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)