When updating u-boot on Rockchip64 to NVMe, script fails

Found with Orange Pi 5: The script exits with "No SPI image chosen."

Fixed by adding missing quotes for $backtitle.
This commit is contained in:
StephanStS
2025-08-29 00:00:32 +02:00
committed by Rolf Leggewie
parent 2bf0163d1c
commit 1fae738147

View File

@@ -332,7 +332,7 @@ write_uboot_platform_mtd() {
CHOICE=$(dialog --no-collapse \
--title "armbian-install" \
--backtitle $backtitle \
--backtitle "$backtitle" \
--radiolist "Choose SPI image:" 0 56 4 \
"${MENU_ITEMS[@]}" \
3>&1 1>&2 2>&3)