File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3369,13 +3369,15 @@ function checkHardwareID() {
33693369 else
33703370 USERID=" "
33713371 writeConfigKey " arc.hardwareid" " " " ${USER_CONFIG_FILE} "
3372+ writeConfigKey " arc.patch" " false" " ${USER_CONFIG_FILE} "
33723373 writeConfigKey " arc.userid" " " " ${USER_CONFIG_FILE} "
33733374 writeConfigKey " bootscreen.hwidinfo" " false" " ${USER_CONFIG_FILE} "
33743375 [ -f " ${S_FILE} .bak" ] && mv -f " ${S_FILE} .bak" " ${S_FILE} " 2> /dev/null
33753376 fi
33763377 else
33773378 USERID=" "
33783379 writeConfigKey " arc.hardwareid" " " " ${USER_CONFIG_FILE} "
3380+ writeConfigKey " arc.patch" " false" " ${USER_CONFIG_FILE} "
33793381 writeConfigKey " arc.userid" " " " ${USER_CONFIG_FILE} "
33803382 writeConfigKey " bootscreen.hwidinfo" " false" " ${USER_CONFIG_FILE} "
33813383 [ -f " ${S_FILE} .bak" ] && mv -f " ${S_FILE} .bak" " ${S_FILE} " 2> /dev/null
Original file line number Diff line number Diff line change @@ -608,6 +608,7 @@ function systemCheck () {
608608 # Check for Arc Patch
609609 ARC_CONF=" $( readConfigKey " ${MODEL:- SA6400} .serial" " ${S_FILE} " ) "
610610 [ -z " ${ARC_CONF} " ] && writeConfigKey " arc.patch" " false" " ${USER_CONFIG_FILE} "
611+ ARC_PATCH=" $( readConfigKey " arc.patch" " ${USER_CONFIG_FILE} " ) "
611612 KEYMAP=" $( readConfigKey " keymap" " ${USER_CONFIG_FILE} " ) "
612613 arc_mode
613614 getnetinfo
You can’t perform that action at this time.
0 commit comments