Skip to content

Commit

Permalink
fix paturl, patsum cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jun 10, 2024
1 parent f8ba72c commit c356cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/initrd/opt/rr/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ function productversMenu() {
fi
selver="${resp}"
urlver=""
paturl=""
patsum=""
# KVER=$(readConfigKey "platforms.${PLATFORM}.productvers.[${resp}].kver" "${WORK_PATH}/platforms.yml")
# if [ $(echo "${KVER:-4}" | cut -d'.' -f1) -lt 4 ] && [ -d "/sys/firmware/efi" ]; then
# if [ -z "${1}" ]; then
Expand Down

0 comments on commit c356cc2

Please sign in to comment.