Giving a note about what mode we are configuring, now that mode is determined automatically based on the host system.
This commit is contained in:
parent
43105e7a2d
commit
7b99b1a9e9
|
@ -900,9 +900,9 @@ Check_defaults
|
|||
|
||||
if [ ! -e config ]
|
||||
then
|
||||
Echo_message "Creating config tree"
|
||||
Echo_message "Creating config tree for a ${LB_MODE} system"
|
||||
else
|
||||
Echo_message "Updating config tree"
|
||||
Echo_message "Updating config tree for a ${LB_MODE} system"
|
||||
fi
|
||||
|
||||
# Creating bootstrap configuration
|
||||
|
|
Loading…
Reference in New Issue