Avoid showing message in lb config running the second time through auto on git repository based config trees.
This commit is contained in:
parent
da30397e4b
commit
a48c974c9c
|
@ -866,7 +866,11 @@ Local_arguments "${@}"
|
|||
|
||||
if [ -e .git ] && [ -n "${_CONFIG}" ]
|
||||
then
|
||||
Echo_message "Ignoring --config ${_CONFIG}: ${PWD} is already a git repository"
|
||||
if [ "${1}" != "noauto" ]
|
||||
then
|
||||
Echo_message "Ignoring --config ${_CONFIG}: ${PWD} is already a git repository"
|
||||
fi
|
||||
|
||||
_CONFIG=""
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue