Update grs.sh
This commit is contained in:
parent
dfb8d36aa4
commit
514d5ba23d
2
grs.sh
2
grs.sh
@ -20,7 +20,7 @@ for repository in *; do
|
|||||||
echo "$log"
|
echo "$log"
|
||||||
|
|
||||||
cd "$repository"
|
cd "$repository"
|
||||||
gitOutput=$(git pull --recurse-submodules=on-demand)
|
gitOutput=$(git pull --recurse-submodules=on-demand --rebase)
|
||||||
echo "$gitOutput"
|
echo "$gitOutput"
|
||||||
cd ..
|
cd ..
|
||||||
if [ "$gitOutput" == "Already up to date." ]; then continue; fi
|
if [ "$gitOutput" == "Already up to date." ]; then continue; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user