Adding architecture to the output message when running lb_config.
This commit is contained in:
parent
11821eb8d6
commit
e5f5af6525
|
@ -888,9 +888,9 @@ Check_defaults
|
|||
|
||||
if [ ! -e config ]
|
||||
then
|
||||
Echo_message "Creating config tree for a ${LB_MODE} system"
|
||||
Echo_message "Creating config tree for a ${LB_MODE}/${LB_ARCHITECTURES} system"
|
||||
else
|
||||
Echo_message "Updating config tree for a ${LB_MODE} system"
|
||||
Echo_message "Updating config tree for a ${LB_MODE}/${LB_ARCHITECTURES} system"
|
||||
fi
|
||||
|
||||
# Creating bootstrap configuration
|
||||
|
|
Loading…
Reference in New Issue