From 52ebb14e6eb649b2f8a3571b030e90ccd9a682b0 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 02:11:08 -0500 Subject: [PATCH] Set and rename variable --- jitsi-updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jitsi-updater.sh b/jitsi-updater.sh index bf2be12..d647813 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -9,7 +9,7 @@ Color_Off='\e[0m' support="https://switnet.net/support" apt_repo="/etc/apt/sources.list.d" jibri_packages=$(grep Package /var/lib/apt/lists/download.jitsi.org_*_Packages | sort -u | awk '{print $2}' | paste -s -d ' ') -LocRec="on" +LOC_REC="TBD" CHD_LST=$(curl -sL https://chromedriver.storage.googleapis.com/LATEST_RELEASE) CHDB=$(whereis chromedriver | awk '{print$2}') DOMAIN=$(ls /etc/prosody/conf.d/ | grep -v localhost | awk -F'.cfg' '{print $1}' | awk '!NF || !seen[$0]++') @@ -124,7 +124,7 @@ else fi printf "${Purple}========== Re-enable Localrecording ==========${Color_Off}\n" -if [ $LocRec = on ]; then +if [ $LOC_REC = on ]; then echo "Setting LocalRecording..." sed -i "s|'tileview'|'tileview', 'localrecording'|" $INT_CONF else