Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- DietPi-Config | Fix sed
  • Loading branch information
MichaIng committed Jul 22, 2024
1 parent 24000a3 commit 0d55e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,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/')"
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 /')"
write_uboot_platform_mtd "$DIR"

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

0 comments on commit 0d55e5a

Please sign in to comment.