diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-20 21:02:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:47 +0100 |
commit | 7036e269ced5fff309655c656f68862e470d8fb8 (patch) | |
tree | 248357bd18e34e84c33ee07b6a7e506e7e46def2 | |
parent | 82cbc81b3d291ee86785bc6412de41a5e1516d67 (diff) | |
download | vyos-live-build-7036e269ced5fff309655c656f68862e470d8fb8.tar.gz vyos-live-build-7036e269ced5fff309655c656f68862e470d8fb8.zip |
Giving message to users that lh_config is actually doing something.
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index b029e9ad0..b9114bf53 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -773,6 +773,8 @@ Set_defaults # Checking defaults Check_defaults +Echo_message "Creating config tree" + # Creating bootstrap configuration mkdir -p config mkdir -p config/includes |