diff --git a/update_garmin.sh b/update_garmin.sh index b443b93..91b5dfc 100644 --- a/update_garmin.sh +++ b/update_garmin.sh @@ -6,7 +6,8 @@ LocalDir=/dat/gps/garmin Garminfile=gmapsupp.img Downloadfile=$Garminfile.bz2 url_d=http://www.juergen-frank.de/osm/gmapsupps/germany/$Downloadfile -url_eur=http://www.juergen-frank.de/osm/gmapsupps/europe/$Downloadfile +#url_eur=http://www.juergen-frank.de/osm/gmapsupps/europe/$Downloadfile +url_eur=http://osm.dxp-ev.de/garmin/$Downloadfile TarFileName_d=garmin_allinone_d_ TarFileName_eur=garmin_allinone_eur_ TmpFile=tmp @@ -35,7 +36,6 @@ if [ ! -f $TarFile ]; then nice -n 19 bunzip2 $TmpFile.bz2 mv $TmpFile $Garminfile nice -n 19 tar -cjf $TarFile $Garminfile - nice -n 19 rm $Garminfile #tar -cf $TarFile gmapsupp.img.bz2 fi