diff --git a/update_git_repositories.sh b/update_git_repositories.sh index 615b564..7499304 100755 --- a/update_git_repositories.sh +++ b/update_git_repositories.sh @@ -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