Oops...
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
2c3fddffa6
commit
b7348f9d27
1 changed files with 6 additions and 2 deletions
|
@ -39,14 +39,18 @@ done
|
|||
echo "Updateing easy-osm2city..."
|
||||
git pull --rebase
|
||||
|
||||
if [ ! -f scripts/README.md ]; then
|
||||
wd=$(pwd)
|
||||
|
||||
if [ -f scripts/README.md ]; then
|
||||
echo "Updating scripts..."
|
||||
cd scripts
|
||||
git pull --rebase
|
||||
fi
|
||||
|
||||
cd $wd
|
||||
|
||||
echo "Updateing osm2city..."
|
||||
cd ../osm2city
|
||||
cd osm2city
|
||||
git pull --rebase
|
||||
|
||||
echo "Updating osm2city-data..."
|
||||
|
|
Loading…
Reference in a new issue