Skip to content

Commit

Permalink
0.1.1b Display smallfixnumber version changed after Ramdisk patch
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 committed Apr 14, 2024
1 parent 7caebc8 commit f972479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildroot/board/tcrpfriend/rootfs-overlay/root/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ function checkupgrade() {
[ -z "$IP" ] && getip
if [ -n "$IP" ]; then
patchramdisk 2>&1 | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; }' >>$FRIENDLOG
smallfixnumber="$(jq -r -e '.general .smallfixnumber' $userconfigfile)"
echo -ne "Smallfixnumber version changed after Ramdisk Patch, Build : $(msgnormal "$version"), Update : $(msgnormal "$smallfixnumber")\n"
else
msgalert "The patch cannot proceed because there is no IP yet !!!! \n"
Expand Down

0 comments on commit f972479

Please sign in to comment.