Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-13 17:15:41 +00:00
parent 2c3fddffa6
commit b7348f9d27

View file

@ -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..."