Correcting syntax error in tr command used in default for hdd-label in progress mode.
This commit is contained in:
parent
bb718340e2
commit
6f55ec4fb1
|
@ -1021,7 +1021,7 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
progress)
|
||||
LB_HDD_LABEL="${LB_HDD_LABEL:-PROGRESS_$(echo ${LB_DISTRIBUTION} | tr [a-z][A-Z])}"
|
||||
LB_HDD_LABEL="${LB_HDD_LABEL:-PROGRESS_$(echo ${LB_DISTRIBUTION} | tr [a-z] [A-Z])}"
|
||||
;;
|
||||
|
||||
ubuntu)
|
||||
|
|
Loading…
Reference in New Issue