Giving conditional message in lh_config when creating or updating the config tree.

This commit is contained in:
Daniel Baumann 2009-11-13 14:52:43 +01:00
parent 7b3038c64f
commit 02296bf652
1 changed files with 6 additions and 1 deletions

View File

@ -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