1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit b12c35ed07 - Show all commits

View File

@ -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)