diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-13 16:08:42 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-13 16:08:42 +0100 |
commit | f0d589d6a4059acbbc0344a234102d7c856129be (patch) | |
tree | c2de4bc8c4bd09d4cb596e378522993718433db6 /helpers | |
parent | ef26b6ea783b9ea3443f7339e751bc5c0b7eaba6 (diff) | |
download | vyos-live-build-f0d589d6a4059acbbc0344a234102d7c856129be.tar.gz vyos-live-build-f0d589d6a4059acbbc0344a234102d7c856129be.zip |
Ensure "Using system defaults" message appears when calling lh_config without --verbose
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 1133cfedc..9142adeea 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -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 |