mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:39:54 +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"
|
[ -z "${KEYMAP}" ] && KEYMAP="us"
|
||||||
loadkeys ${KEYMAP}
|
loadkeys ${KEYMAP}
|
||||||
fi
|
fi
|
||||||
if [ "${KEYMAP}" == "ua" ] || [ "${REGION}" == "Kyiv" ] || [ "${REGION}" == "Kiev" ]; then
|
if [ "${KEYMAP}" == "ua" ]; then
|
||||||
poweroff
|
poweroff
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user