Also showing distribution in lb config initial messages.
This commit is contained in:
parent
ab3d2eae25
commit
1c3bfa405c
|
@ -950,9 +950,9 @@ Check_defaults
|
|||
|
||||
if [ ! -e config ]
|
||||
then
|
||||
Echo_message "Creating config tree for a ${LB_MODE}/${LB_ARCHITECTURES} system"
|
||||
Echo_message "Creating config tree for a ${LB_MODE}/${LB_DISTRIBUTION}/${LB_ARCHITECTURES} system"
|
||||
else
|
||||
Echo_message "Updating config tree for a ${LB_MODE}/${LB_ARCHITECTURES} system"
|
||||
Echo_message "Updating config tree for a ${LB_MODE}/${LB_DISTRIBUTION}/${LB_ARCHITECTURES} system"
|
||||
fi
|
||||
|
||||
# Creating bootstrap configuration
|
||||
|
|
Loading…
Reference in New Issue