update_git_repositories.sh: ommit repository 'bash'.
This commit is contained in:
parent
c202df5238
commit
e448ab862f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user