fix spelling
This commit is contained in:
parent
3deaedabfa
commit
0ffff3d633
@ -107,14 +107,14 @@ freelock()
|
|||||||
if [ $# -eq 1 ] ; then
|
if [ $# -eq 1 ] ; then
|
||||||
m_info "Initialising Osmosis replication system to $1"
|
m_info "Initialising Osmosis replication system to $1"
|
||||||
mkdir -p $WORKOSM_DIR
|
mkdir -p $WORKOSM_DIR
|
||||||
$OSMOSIS_BIN -v --read-replication-interval-init workingDirectory=$WORKOSM_DIR 1>&2 2> "$OSMOSISLOG"
|
$OSMOSIS_BIN -v 5 --read-replication-interval-init workingDirectory=$WORKOSM_DIR 1>&2 2> "$OSMOSISLOG"
|
||||||
|
|
||||||
init_seq=$(pyosmium-get-changes --server $REPLICATION_URL -D $1)
|
init_seq=$(pyosmium-get-changes --server $REPLICATION_URL -D $1)
|
||||||
url_dynamicPart=$(printf %09d $init_seq | sed 's_\([0-9][0-9][0-9]\)\([0-9][0-9][0-9]\)\([0-9][0-9][0-9]\)_\1/\2/\3_')
|
url_dynamicPart=$(printf %09d $init_seq | sed 's_\([0-9][0-9][0-9]\)\([0-9][0-9][0-9]\)\([0-9][0-9][0-9]\)_\1/\2/\3_')
|
||||||
wget $REPLICATION_URL/$url_dynamicPart.state.txt -O $WORKOSM_DIR/state.txt
|
wget $REPLICATION_URL/$url_dynamicPart.state.txt -O $WORKOSM_DIR/state.txt
|
||||||
|
|
||||||
cat > /var/lib/mod_tile/.osmosis/configuration.txt <<- EOM
|
cat > /var/lib/mod_tile/.osmosis/configuration.txt <<- EOM
|
||||||
baseURL=$REPLICATION_URL
|
baseUrl=$REPLICATION_URL
|
||||||
maxInterval=$MAX_INTERVAL_SECONDS
|
maxInterval=$MAX_INTERVAL_SECONDS
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ fi
|
|||||||
/bin/cp $WORKOSM_DIR/state.txt $WORKOSM_DIR/last.state.txt
|
/bin/cp $WORKOSM_DIR/state.txt $WORKOSM_DIR/last.state.txt
|
||||||
m_ok "downloading diff"
|
m_ok "downloading diff"
|
||||||
|
|
||||||
if ! $OSMOSIS_BIN -v --read-replication-interval workingDirectory=$WORKOSM_DIR --simplify-change --write-xml-change $CHANGE_FILE 1>&2 2> "$OSMOSISLOG"; then
|
if ! $OSMOSIS_BIN -v 5 --read-replication-interval workingDirectory=$WORKOSM_DIR --simplify-change --write-xml-change $CHANGE_FILE 1>&2 2> "$OSMOSISLOG"; then
|
||||||
m_error "Osmosis error"
|
m_error "Osmosis error"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user