diff options
-rwxr-xr-x | helpers/lh_config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 7dd2e6507..d74b21d34 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -778,7 +778,12 @@ Set_defaults # Checking defaults Check_defaults -Echo_message "Creating config tree" +if [ ! -e config ] +then + Echo_message "Creating config tree" +else + Echo_message "Updating config tree" +fi # Creating bootstrap configuration mkdir -p config |