Skip to content

Commit 1fae738

Browse files
StephanStSleggewie
authored andcommitted
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.
1 parent 2bf0163 commit 1fae738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sources/families/include/rockchip64_common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ write_uboot_platform_mtd() {
332332

333333
CHOICE=$(dialog --no-collapse \
334334
--title "armbian-install" \
335-
--backtitle $backtitle \
335+
--backtitle "$backtitle" \
336336
--radiolist "Choose SPI image:" 0 56 4 \
337337
"${MENU_ITEMS[@]}" \
338338
3>&1 1>&2 2>&3)

0 commit comments

Comments
 (0)