„update.sh“ ändern

This commit is contained in:
BlubbFish 2020-09-16 16:24:25 +02:00
parent c6d02a0a71
commit daaeca5bf2

View File

@ -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 ]]