mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
disable SN invalid tips
This commit is contained in:
parent
72a8895c36
commit
eeaa04ad96
@ -544,6 +544,8 @@ function cmdlineMenu() {
|
||||
elif [ $(validateSerial ${MODEL} ${SERIAL}) -eq 1 ]; then
|
||||
break
|
||||
fi
|
||||
# At present, the SN rules are not complete, and many SNs are not truly invalid, so not provide tips now.
|
||||
break
|
||||
dialog --backtitle "$(backtitle)" --colors --title "$(TEXT "Cmdline")" \
|
||||
--yesno "$(TEXT "Invalid serial, continue?")" 0 0
|
||||
[ $? -eq 0 ] && break
|
||||
|
Loading…
x
Reference in New Issue
Block a user