fix: Clamp label

This commit is contained in:
Kroese 2024-01-19 14:17:45 +01:00 committed by GitHub
parent 6e24a2ae51
commit 25c3bd4248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -251,7 +251,7 @@ if [ -f "$DIR/$ETFS" ]; then
CAT="BOOT.CAT"
LABEL="${BASE%.*}"
LABEL="${LABEL::32}"
LABEL="${LABEL::30}"
ISO="$TMP/$LABEL.tmp"
rm -f "$ISO"