Remove deprecated local recording tool
This commit is contained in:
		
							parent
							
								
									ad31cc9793
								
							
						
					
					
						commit
						5660b7c976
					
				| 
						 | 
					@ -21,7 +21,6 @@ if [ ! -f jm-bm.sh ]; then
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
support="https://switnet.net/support"
 | 
					support="https://switnet.net/support"
 | 
				
			||||||
apt_repo="/etc/apt/sources.list.d"
 | 
					apt_repo="/etc/apt/sources.list.d"
 | 
				
			||||||
LOC_REC="TBD"
 | 
					 | 
				
			||||||
ENABLE_BLESSM="TBD"
 | 
					ENABLE_BLESSM="TBD"
 | 
				
			||||||
CHD_LTST="$(curl -sL https://chromedriver.storage.googleapis.com/LATEST_RELEASE)"
 | 
					CHD_LTST="$(curl -sL https://chromedriver.storage.googleapis.com/LATEST_RELEASE)"
 | 
				
			||||||
CHD_LTST_2D="$(echo $CHD_LTST|cut -d "." -f 1,2)"
 | 
					CHD_LTST_2D="$(echo $CHD_LTST|cut -d "." -f 1,2)"
 | 
				
			||||||
| 
						 | 
					@ -160,11 +159,6 @@ else
 | 
				
			||||||
        echo "Setting Support custom link"
 | 
					        echo "Setting Support custom link"
 | 
				
			||||||
        sed -i "s|https://jitsi.org/live|$support|g" $INT_CONF
 | 
					        sed -i "s|https://jitsi.org/live|$support|g" $INT_CONF
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    printf "${Purple}========== Disable Localrecording  ==========${Color_Off}\n"
 | 
					 | 
				
			||||||
    if [ "$LOC_REC" != "on" ]; then
 | 
					 | 
				
			||||||
            echo "Removing localrecording..."
 | 
					 | 
				
			||||||
            sed -i "s|'localrecording',||" $INT_CONF
 | 
					 | 
				
			||||||
    fi
 | 
					 | 
				
			||||||
    printf "${Purple}========== Disable Blur my background  ==========${Color_Off}\n"
 | 
					    printf "${Purple}========== Disable Blur my background  ==========${Color_Off}\n"
 | 
				
			||||||
    sed -i "s|'videobackgroundblur', ||" $INT_CONF
 | 
					    sed -i "s|'videobackgroundblur', ||" $INT_CONF
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -554,16 +554,6 @@ do
 | 
				
			||||||
        echo "Static avatar will be enabled"
 | 
					        echo "Static avatar will be enabled"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
# #Enable local audio recording - disabling
 | 
					 | 
				
			||||||
#while [[ "$ENABLE_LAR" != "yes" && "$ENABLE_LAR" != "no" ]]
 | 
					 | 
				
			||||||
#do
 | 
					 | 
				
			||||||
#read -p "> Do you want to enable local audio recording option?: (yes or no)"$'\n' -r ENABLE_LAR
 | 
					 | 
				
			||||||
#if [ "$ENABLE_LAR" = "no" ]; then
 | 
					 | 
				
			||||||
#    echo "Local audio recording option won't be enabled"
 | 
					 | 
				
			||||||
#elif [ "$ENABLE_LAR" = "yes" ]; then
 | 
					 | 
				
			||||||
#    echo "Local audio recording option will be enabled"
 | 
					 | 
				
			||||||
#fi
 | 
					 | 
				
			||||||
#done
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Secure room initial user
 | 
					#Secure room initial user
 | 
				
			||||||
#while [[ "$ENABLE_SC" != "yes" && "$ENABLE_SC" != "no" ]]
 | 
					#while [[ "$ENABLE_SC" != "yes" && "$ENABLE_SC" != "no" ]]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue