diff --git a/maps/map_thumb.svg b/maps/map_thumb.svg index ef4f5ff..391fa50 100644 --- a/maps/map_thumb.svg +++ b/maps/map_thumb.svg @@ -11061,6 +11061,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12816,6 +12996,24 @@ + + + + + + + + + + + + + + + + + + Maps & Data (C) OpenStreetMap.org contributors diff --git a/muevelog.sh b/muevelog.sh index dc37907..21e7b5b 100755 --- a/muevelog.sh +++ b/muevelog.sh @@ -103,7 +103,7 @@ main(){ copia_logs && printf '%b Copia completada%b\n' "${BLu}" "${RST}" || Err 0 'Error al copiar!' wait printf '%b - Descomprimiendo archivos gunzip%b\n' "${GRN}" "${RST}" && - extrae_logs && printf '%b Extración completada%b\n' "${BLu}" "${RST}" || + extrae_logs && printf '%b Extracción completada%b\n' "${BLu}" "${RST}" || Err 0 'Error al descomprimir!' wait printf '%b - Concatenando archivos:%b\n' "${GRN}" "${RST}" && concatena_logs &&