mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
committed by
Rolf Leggewie
parent
2bf0163d1c
commit
1fae738147
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user