From e448ab862fa20a94ce4c38b952c91b4f98439a6b Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 28 Sep 2020 02:35:38 +0200 Subject: [PATCH] update_git_repositories.sh: ommit repository 'bash'. --- update_git_repositories.sh | 1 + 1 file changed, 1 insertion(+) 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