kopia lustrzana https://github.com/hholzgra/ocitysmap
Log message fix in planet-update.sh
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>stable
rodzic
33e3308e7b
commit
e62162fb38
|
@ -102,7 +102,7 @@ rep=`cat ${OSMOSIS_STATE} |\
|
||||||
awk '{split($0, a, "="); print a[2]}' |\
|
awk '{split($0, a, "="); print a[2]}' |\
|
||||||
tr 'T' ' ' |\
|
tr 'T' ' ' |\
|
||||||
xargs -I{} date --utc --date "{}" +"%Y-%m-%d %H:%M:%S"`
|
xargs -I{} date --utc --date "{}" +"%Y-%m-%d %H:%M:%S"`
|
||||||
log "Update complete, now at ${rep} UTC (replication lag is `${HOME}/replag.sh`)."
|
log "Update complete, database is now at ${rep} UTC."
|
||||||
|
|
||||||
# Update the maposmatic_admin table with the last update timestamp of
|
# Update the maposmatic_admin table with the last update timestamp of
|
||||||
# the OSM data
|
# the OSM data
|
||||||
|
|
Ładowanie…
Reference in New Issue