mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 21:59:53 +07:00
functions: more...
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
fb938806a2
commit
afb22a6321
@ -518,7 +518,7 @@ function onlineCheck() {
|
||||
[ -z "${KEYMAP}" ] && KEYMAP="us"
|
||||
loadkeys ${KEYMAP}
|
||||
fi
|
||||
if [ "${KEYMAP}" == "ua" ] || [ "${REGION}" == "Kyiv" ] || [ "${REGION}" == "Kiev" ]; then
|
||||
if [ "${KEYMAP}" == "ua" ]; then
|
||||
poweroff
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user