Ensure "Using system defaults" message appears when calling lh_config without --verbose
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
ef26b6ea78
commit
f0d589d6a4
|
@ -656,7 +656,7 @@ Local_arguments ()
|
|||
# Reading system configuration
|
||||
if [ -f "${SYSTEM_LH_CONFFILE}" ]
|
||||
then
|
||||
Echo_verbose "Using system defaults from ${SYSTEM_LH_CONFFILE}"
|
||||
Echo_message "Using system defaults from ${SYSTEM_LH_CONFFILE}"
|
||||
Read_conffile "${SYSTEM_LH_CONFFILE}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue