mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:59:53 +07:00
arc-functions: add message for user without a brain
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
b4ebd305bd
commit
167d909e13
@ -2258,7 +2258,7 @@ function genHardwareID() {
|
|||||||
break
|
break
|
||||||
else
|
else
|
||||||
dialog --backtitle "$(backtitle)" --title "HardwareID" \
|
dialog --backtitle "$(backtitle)" --title "HardwareID" \
|
||||||
--yes-label "Retry" --no-label "Cancel" --yesno "HardwareID: ${HWID}\nRegister your HardwareID on\nhttps://arc.auxxxilium.tech (Discord Account needed)." 7 60
|
--yes-label "Retry" --no-label "Cancel" --yesno "HardwareID: ${HWID}\nRegister your HardwareID on\nhttps://arc.auxxxilium.tech (Discord Account needed).\nPress Retry after you registered it." 8 60
|
||||||
[ $? -ne 0 ] && USERID="" && break
|
[ $? -ne 0 ] && USERID="" && break
|
||||||
writeConfigKey "arc.hwid" "" "${USER_CONFIG_FILE}"
|
writeConfigKey "arc.hwid" "" "${USER_CONFIG_FILE}"
|
||||||
writeConfigKey "arc.userid" "" "${USER_CONFIG_FILE}"
|
writeConfigKey "arc.userid" "" "${USER_CONFIG_FILE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user