„update.sh“ ändern

This commit is contained in:
BlubbFish 2020-09-16 16:23:19 +02:00
parent 67a48e0cd0
commit 7bf253db30

View File

@ -14,6 +14,7 @@ function look_for_update() {
if [[ -f $1/update.sh ]]; then if [[ -f $1/update.sh ]]; then
echo "Switch to subdir $1 and run update.sh" echo "Switch to subdir $1 and run update.sh"
cd "$1" cd "$1"
git pull
bash -c "./update.sh nobreak" bash -c "./update.sh nobreak"
else else
if [[ -f $1/.git ]] if [[ -f $1/.git ]]