Skip to content

Commit

Permalink
0.1.1l Added manual update feature to specified version, added disabl…
Browse files Browse the repository at this point in the history
…e/enable automatic update feature
  • Loading branch information
PeterSuh-Q3 authored Nov 4, 2024
1 parent 0192631 commit de5a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/board/tcrpfriend/rootfs-overlay/root/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function changeautoupdate {
backupfile="$userconfigfile.$(date +%Y%b%d)"
jsonfile=$(jq . $userconfigfile)

echo -n "friendautoupd on User config file needs update, updating !!!"
echo -n "friendautoupd on User config file needs update, updating -> "
if [ "$1" = "on" ]; then
jsonfile=$(echo $jsonfile | jq '.general |= . + { "friendautoupd":"true" }' || echo $jsonfile | jq .)
else
Expand Down

0 comments on commit de5a795

Please sign in to comment.