Fix typo when modem not found you're -> your
This commit is contained in:
		
							parent
							
								
									fa3550c638
								
							
						
					
					
						commit
						ba8e8b0b9a
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -11,7 +11,7 @@ err() {
 | 
			
		|||
 | 
			
		||||
modem_n() {
 | 
			
		||||
  MODEMS="$(mmcli -L)"
 | 
			
		||||
  echo "$MODEMS" | grep -oE 'Modem\/([0-9]+)' > /dev/null || err "Couldn't find modem - is you're modem enabled?"
 | 
			
		||||
  echo "$MODEMS" | grep -oE 'Modem\/([0-9]+)' > /dev/null || err "Couldn't find modem - is your modem enabled?"
 | 
			
		||||
  echo "$MODEMS" | grep -oE 'Modem\/([0-9]+)' | cut -d'/' -f2
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue