Browse Source

fix azerty

main
pvincent 3 weeks ago
parent
commit
a50b980efc
  1. 2
      lib/initiate.bash

2
lib/initiate.bash

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

Loading…
Cancel
Save