summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkogaionlive.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kogaionlive.sh b/kogaionlive.sh
index 7c36170..3bfcda6 100755
--- a/kogaionlive.sh
+++ b/kogaionlive.sh
@@ -39,8 +39,8 @@ kogaion_locale_switch () {
done
if [[ "$lang_toset" != "en_US.utf8" ]] || [[ "$keymap_toset" != "us" ]] ; then
- localectl set-locale LANG="$lang_toset" > /dev/null 2>&1
- localectl set-keymap "$keymap_toset" > /dev/null 2>&1
+ /usr/bin/localectl set-locale LANG="$lang_toset" > /dev/null 2>&1
+ /usr/bin/localectl set-keymap "$keymap_toset" > /dev/null 2>&1
/usr/sbin/env-update --no-ldconfig > /dev/null 2>&1
fi
}