functions: more...

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-11-12 16:11:05 +01:00
parent fb938806a2
commit afb22a6321

View File

@ -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
}