diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 32f72c573..c3769d80f 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -623,6 +623,9 @@ then Read_conffile "${LH_CONFFILE}" fi +# Checking defaults +Check_defaults + # Creating bootstrap configuration mkdir -p config mkdir -p config/includes |