update_git_repositories.sh: ommit repository 'bash'.

This commit is contained in:
Christoph 2020-09-28 02:35:38 +02:00
parent c202df5238
commit e448ab862f

View File

@ -94,6 +94,7 @@ for _git_base_dir in $GIT_BASE_DIRECTORIES ; do
for _dir in $(ls ${_git_base_dir}/) ; do
[[ ! -d "${_git_base_dir}/$_dir" ]] && continue
[[ ! -d "${_git_base_dir}/${_dir}/.git" ]] && continue
[[ "$_dir" = "bash" ]] && continue
echononl " Update Repository ${_git_base_dir}/$(basename $_dir).."
#if [[ "$_dir" = "dehydrated-cron" ]]; then
# echo_skipped