From 7bf253db30eed5f8ab490d92da023cf04bbc11ea Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Wed, 16 Sep 2020 16:23:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eupdate.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 79eb7d3..5d6fdd6 100644 --- a/update.sh +++ b/update.sh @@ -14,6 +14,7 @@ function look_for_update() { if [[ -f $1/update.sh ]]; then echo "Switch to subdir $1 and run update.sh" cd "$1" + git pull bash -c "./update.sh nobreak" else if [[ -f $1/.git ]]