From 2952411f4f4a94148f22016f227a1344a3f53dcf Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 20 May 2020 13:57:11 -0500 Subject: [PATCH] Cherry pick disable dropbox ...from unstable, as is no longer a requirement for local recording. --- README.md | 1 - quick_jibri_installer.sh | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d059ff1..82e87bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Bash installer for Jibri on **\*buntu LTS** based systems using **nginx** as def * Valid domain with DNS record, **mandatory** for SSL certs via Let's Encrypt. * Ports open for ACME (SSL) interaction & validation. * Minimum recommended for video recording: 8 GB RAM / 2 Cores. -* Dropbox developer App key & redirect url configured (if you choose to enable local recording). * Webcam ## Features diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 3554c92..9638361 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -317,16 +317,16 @@ else fi done fi -#Dropbox -while [[ $ENABLE_DB != yes && $ENABLE_DB != no ]] -do -read -p "> Do you want to setup the Dropbox feature now: (yes or no)"$'\n' -r ENABLE_DB -if [ $ENABLE_DB = no ]; then - echo "Dropbox won't be enable" -elif [ $ENABLE_DB = yes ]; then - read -p "Please set your Drobbox App key: "$'\n' -r DB_CID -fi -done +#Dropbox -- no longer requirement for localrecording +#while [[ $ENABLE_DB != yes && $ENABLE_DB != no ]] +#do +#read -p "> Do you want to setup the Dropbox feature now: (yes or no)"$'\n' -r ENABLE_DB +#if [ $ENABLE_DB = no ]; then +# echo "Dropbox won't be enable" +#elif [ $ENABLE_DB = yes ]; then +# read -p "Please set your Drobbox App key: "$'\n' -r DB_CID +#fi +#done #Brandless Mode while [[ $ENABLE_BLESSM != yes && $ENABLE_BLESSM != no ]] do