update comment

This commit is contained in:
Luis Guzmán 2020-09-05 15:22:37 -05:00
parent 78c788c78e
commit 60dcff3265
1 changed files with 2 additions and 2 deletions

View File

@ -820,7 +820,7 @@ fi
# Disable "Blur my background" until new notice # Disable "Blur my background" until new notice
sed -i "s|'videobackgroundblur', ||" $INT_CONF sed -i "s|'videobackgroundblur', ||" $INT_CONF
#Setup prosody conf file================================== #================== Setup prosody conf file =================
#Setup secure rooms #Setup secure rooms
SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1) SRP_STR=$(grep -n "VirtualHost \"$DOMAIN\"" $PROSODY_FILE | head -n1 | cut -d ":" -f1)