Giving conditional message in lh_config when creating or updating the config tree.
This commit is contained in:
parent
7b3038c64f
commit
02296bf652
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue