From f904015da8228c9d93a5162e0d8abf084a2157ef Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Tue, 19 Nov 2019 23:24:17 -0600 Subject: [PATCH] Disable blur my bg --- jitsi-updater.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jitsi-updater.sh b/jitsi-updater.sh index ba3f94f..bf2be12 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -131,5 +131,8 @@ else echo "Moving on..." fi +printf "${Purple}========== Disable Blur my background ==========${Color_Off}\n" +sed -i "s|'videobackgroundblur', ||" $INT_CONF + restart_services printf "${Blue}Script completed \o/! ${Color_Off}\n"