[locale/alpine] exit 0 in gencode-remote

remotes/katolaz/master
Nico Schottelius 6 years ago
parent e290733a00
commit a1cb9ee869
  1. 9
      cdist/conf/type/__locale/gencode-remote

@ -37,6 +37,15 @@ locale_remove=$(echo "$locale" | sed 's/UTF-8/utf8/')
state=$(cat "$__object/parameter/state")
os=$(cat "$__global/explorer/os")
# Nothing to be done on alpine
case "$os" in
alpine)
exit 0
;;
esac
case "$state" in
present)
echo localedef -A "$alias" -f "$charmap" -i "$input" "$locale"

Loading…
Cancel
Save