Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- DietPi-Config | Satisfy shellcheck
  • Loading branch information
MichaIng committed Jul 22, 2024
1 parent 0d55e5a commit 933f861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dietpi/dietpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@ Further information: https://www.raspberrypi.org/documentation/hardware/raspberr
# shellcheck disable=SC1091
. /usr/lib/u-boot/platform_install.sh
eval "$(declare -f write_uboot_platform_mtd | sed -e 's| > /dev/null 2>&1||g' -e 's|status=none|status=progress|g' -e 's/^[[:blank:]]*dd /dd oflag=direct conv=notrunc status=progress /')"
# shellcheck disable=SC2154
write_uboot_platform_mtd "$DIR"

elif [[ $G_WHIP_RETURNED_VALUE == 'Update bootloader' ]]; then
Expand Down

0 comments on commit 933f861

Please sign in to comment.