From cfeb1d35cf0ab7ba5c0a8f58ec38231241129ee8 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 9 Dec 2023 13:36:19 +0100 Subject: [PATCH] updateall : ajustement script update git --- config/updateall/scripts/70-git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/updateall/scripts/70-git b/config/updateall/scripts/70-git index 56e916a..2532e5c 100755 --- a/config/updateall/scripts/70-git +++ b/config/updateall/scripts/70-git @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/sh -x if [ -z "$SSH_AGENT_PID" ]; then exec ssh-agent "$0" "$@" @@ -12,9 +12,9 @@ update_repo() { git pull } -cd ~/git +cd ~/git || exit -set +ex +set +x for i in *; do while [ "$(jobs -p | wc -l)" -ge 4 ]; do sleep 1