fix azerty

This commit is contained in:
pvincent
2026-08-17 10:34:55 +04:00
parent 5da066a0bf
commit a50b980efc
+1 -1
View File
@@ -100,7 +100,7 @@ function force_reload {
} }
function in_azerty_zone { function in_azerty_zone {
[[ ! -L /etc/localtime ]] || return 4 [[ -L /etc/localtime ]] || return 4
local zone local zone
zone=$(readlink /etc/localtime) zone=$(readlink /etc/localtime)