refactor(iso): Uppercase partition type (#1)
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.sh
									
									
									
									
									
								
							| @@ -72,7 +72,7 @@ function we_have_exactly_one_part () { | |||||||
|     if [[ "$(wc -c <<<"${parts_list}")" -gt '1' ]]; then |     if [[ "$(wc -c <<<"${parts_list}")" -gt '1' ]]; then | ||||||
|         case "${parts_count}" in |         case "${parts_count}" in | ||||||
|             0) |             0) | ||||||
|                 printf -- '%s\n' 'No '"${parttype}"' partition found. Exiting 1 ...' |                 printf -- '%s\n' 'No '"${parttype^^}"' partition found. Exiting 1 ...' | ||||||
|                 exit 1 |                 exit 1 | ||||||
|                 ;; |                 ;; | ||||||
|             1) |             1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user