Skip to content

Commit

Permalink
Path for lats.state file - imposm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 18, 2024
1 parent a227d50 commit ddfc1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tiler-imposm/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function uploadLastState() {

function updateData() {

local s3_last_state_path="${AWS_S3_BUCKET}/${BUCKET_IMPOSM_FOLDER}${DIFF_DIR}/last.state.txt"
local s3_last_state_path="${AWS_S3_BUCKET}/${BUCKET_IMPOSM_FOLDER}/last.state.txt"
local local_last_state_path="$DIFF_DIR/last.state.txt"
echo "Checking if $s3_last_state_path exists in S3..."
if aws s3 ls "$s3_last_state_path" > /dev/null 2>&1; then
Expand Down

0 comments on commit ddfc1d5

Please sign in to comment.