uqmi: fix indentation style and boundary
Fix indentation style and boundary. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
		 Florian Eckert
					Florian Eckert
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							8eb63cb7df
						
					
				
				
					commit
					c06f2a2dcb
				
			| @@ -30,11 +30,15 @@ proto_qmi_init_config() { | |||||||
| proto_qmi_setup() { | proto_qmi_setup() { | ||||||
| 	local interface="$1" | 	local interface="$1" | ||||||
| 	local dataformat connstat | 	local dataformat connstat | ||||||
| 	local device apn auth username password pincode delay modes pdptype profile dhcpv6 autoconnect plmn timeout mtu $PROTO_DEFAULT_OPTIONS | 	local device apn auth username password pincode delay modes pdptype | ||||||
|  | 	local profile dhcpv6 autoconnect plmn timeout mtu $PROTO_DEFAULT_OPTIONS | ||||||
| 	local ip4table ip6table | 	local ip4table ip6table | ||||||
| 	local cid_4 pdh_4 cid_6 pdh_6 | 	local cid_4 pdh_4 cid_6 pdh_6 | ||||||
| 	local ip_6 ip_prefix_length gateway_6 dns1_6 dns2_6 | 	local ip_6 ip_prefix_length gateway_6 dns1_6 dns2_6 | ||||||
| 	json_get_vars device apn auth username password pincode delay modes pdptype profile dhcpv6 autoconnect plmn ip4table ip6table timeout mtu $PROTO_DEFAULT_OPTIONS |  | ||||||
|  | 	json_get_vars device apn auth username password pincode delay modes | ||||||
|  | 	json_get_vars pdptype profile dhcpv6 autoconnect plmn ip4table | ||||||
|  | 	json_get_vars ip6table timeout mtu $PROTO_DEFAULT_OPTIONS | ||||||
|  |  | ||||||
| 	[ "$timeout" = "" ] && timeout="10" | 	[ "$timeout" = "" ] && timeout="10" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user