mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Clamp label
This commit is contained in:
parent
6e24a2ae51
commit
25c3bd4248
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ if [ -f "$DIR/$ETFS" ]; then
|
||||||
|
|
||||||
CAT="BOOT.CAT"
|
CAT="BOOT.CAT"
|
||||||
LABEL="${BASE%.*}"
|
LABEL="${BASE%.*}"
|
||||||
LABEL="${LABEL::32}"
|
LABEL="${LABEL::30}"
|
||||||
ISO="$TMP/$LABEL.tmp"
|
ISO="$TMP/$LABEL.tmp"
|
||||||
rm -f "$ISO"
|
rm -f "$ISO"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue