„update.sh“ ändern
This commit is contained in:
parent
c6d02a0a71
commit
daaeca5bf2
@ -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 ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user