error correction wrong usage of environment variable
inside script openstreetmap-tiles-update-expire
This commit is contained in:
parent
a9392359b9
commit
4e5828e749
@ -148,7 +148,7 @@ fi
|
|||||||
m_error "Osmosis error"
|
m_error "Osmosis error"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f TRIM_POLY_FILE ] ; then
|
if [ -f $TRIM_POLY_FILE ] ; then
|
||||||
m_ok "filtering diff"
|
m_ok "filtering diff"
|
||||||
/var/lib/mod_tile/data.poly
|
/var/lib/mod_tile/data.poly
|
||||||
if ! $TRIM_BIN $TRIM_OPTIONS $TRIM_REGION_OPTIONS -z $CHANGE_FILE $CHANGE_FILE 1>&2 2>> "$RUNLOG"; then
|
if ! $TRIM_BIN $TRIM_OPTIONS $TRIM_REGION_OPTIONS -z $CHANGE_FILE $CHANGE_FILE 1>&2 2>> "$RUNLOG"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user