Skip to content

Commit

Permalink
Update update_ossha256.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Sep 26, 2023
1 parent a52bd95 commit 64195ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_ossha256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ for model in `cat models`
do
echo "modify custom_config.json on $model"
value=`grep $model ./kernel-bs-fb-patch-for-all/files-chksum | grep os.sha256|awk '{print $1}'`
id=$(echo "$model" | sed 's/DS/ds/' | sed 's/RS/rs/' | sed 's/+/p/' | sed 's/DVA/dva/' | sed 's/FS/fs/' | sed 's/SA/sa/' )"-7.2.0-64570"
id=$(echo "$model" | sed 's/DS/ds/' | sed 's/RS/rs/' | sed 's/+/p/' | sed 's/DVA/dva/' | sed 's/FS/fs/' | sed 's/SA/sa/' )"-7.2.1-69057"
echo "id = $id"

jsonfile=$(jq --arg id "$id" --arg value "$value" '
Expand Down

0 comments on commit 64195ce

Please sign in to comment.