Fix a typo

This commit is contained in:
Pierre Labastie 2023-11-15 18:23:42 +01:00
parent cacc6c5433
commit 640cd5746b
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ inline_doc
BOOT_CONFIG) [[ "${METHOD}" = "boot" ]] && validate_file -z -e -s ;;
# Treatment of LANG parameter
LANG ) # See it the locale value has been set
LANG ) # See if the locale value has been set
echo -n "`eval echo $PARAM_VALS`"
[[ -z "${!config_param}" ]] &&
echo " -- Variable $config_param cannot be empty!" &&