mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update _check_tcp_bbr_available() case insensitive
This commit is contained in:
		@@ -842,7 +842,7 @@ function _configure_tcp_bbr() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _check_tcp_bbr_available() {
 | 
			
		||||
    if [[ "$(modinfo -F intree tcp_bbr)" == "y" ]]; then
 | 
			
		||||
    if [[ "$(modinfo -F intree tcp_bbr)" =~ ^[Yy]$ ]]; then
 | 
			
		||||
        return 0
 | 
			
		||||
    else
 | 
			
		||||
        return 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user